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

/external/clang/lib/CodeGen/
H A DCGValue.h400 IsZeroed_t isZeroed = IsNotZeroed) {
406 AV.ZeroedFlag = isZeroed;
414 IsZeroed_t isZeroed = IsNotZeroed) {
416 isDestructed, needsGC, isAliased, isZeroed);
457 IsZeroed_t isZeroed() const { function in class:clang::CodeGen::AggValueSlot

Completed in 215 milliseconds