HomeSort by relevance Sort by last modified time
    Searched refs:isZeroed (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGValue.h 482 enum IsZeroed_t { IsNotZeroed, IsZeroed };
507 IsZeroed_t isZeroed = IsNotZeroed) {
519 AV.ZeroedFlag = isZeroed;
528 IsZeroed_t isZeroed = IsNotZeroed) {
530 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
587 IsZeroed_t isZeroed() const {
CGExprAgg.cpp 478 !(Dest.isZeroed() && hasTrivialFiller &&
655 if (!Dest.isZeroed())
667 AggValueSlot::IsZeroed);
    [all...]
CGExprCXX.cpp 444 if (E->requiresZeroInitialization() && !Dest.isZeroed()) {
    [all...]

Completed in 151 milliseconds