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 387 enum IsZeroed_t { IsNotZeroed, IsZeroed };
412 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 {
CGExprAgg.cpp 451 !(Dest.isZeroed() && hasTrivialFiller &&
621 if (!Dest.isZeroed())
633 AggValueSlot::IsZeroed);
    [all...]
CGExprCXX.cpp 451 if (E->requiresZeroInitialization() && !Dest.isZeroed()) {
    [all...]

Completed in 67 milliseconds