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 402 enum IsZeroed_t { IsNotZeroed, IsZeroed };
427 IsZeroed_t isZeroed = IsNotZeroed) {
434 AV.ZeroedFlag = isZeroed;
443 IsZeroed_t isZeroed = IsNotZeroed) {
445 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
495 IsZeroed_t isZeroed() const {
CGExprAgg.cpp 468 !(Dest.isZeroed() && hasTrivialFiller &&
638 if (!Dest.isZeroed())
650 AggValueSlot::IsZeroed);
    [all...]
CGExprCXX.cpp 364 if (E->requiresZeroInitialization() && !Dest.isZeroed()) {
    [all...]

Completed in 233 milliseconds