Searched defs:isZeroed (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h412 IsZeroed_t isZeroed = IsNotZeroed) {
419 AV.ZeroedFlag = isZeroed;
428 IsZeroed_t isZeroed = IsNotZeroed) {
430 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
480 IsZeroed_t isZeroed() const { function in class:clang::CodeGen::AggValueSlot

Completed in 107 milliseconds