Searched refs:isZeroed (Results 1 - 3 of 3) 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
H A DCGExprAgg.cpp451 !(Dest.isZeroed() && hasTrivialFiller &&
621 if (!Dest.isZeroed())
1017 if (Dest.isZeroed() && isSimpleZero(E, CGF)) {
1036 Dest.isZeroed()));
1054 if (Dest.isZeroed() && CGF.getTypes().isZeroInitializable(type))
1182 if (curInitIndex == NumInitElements && Dest.isZeroed() &&
1302 if (Slot.isZeroed() || Slot.isVolatile() || Slot.getAddr() == 0) return;
H A DCGExprCXX.cpp451 if (E->requiresZeroInitialization() && !Dest.isZeroed()) {

Completed in 119 milliseconds