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 355 enum IsZeroed_t { IsNotZeroed, IsZeroed };
380 IsZeroed_t isZeroed = IsNotZeroed) {
387 AV.ZeroedFlag = isZeroed;
395 IsZeroed_t isZeroed = IsNotZeroed) {
397 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
443 IsZeroed_t isZeroed() const {
CGExprAgg.cpp 466 !(Dest.isZeroed() && hasTrivialFiller &&
847 if (Dest.isZeroed() && isSimpleZero(E, CGF)) {
    [all...]
CGExprCXX.cpp 409 if (E->requiresZeroInitialization() && !Dest.isZeroed()) {
    [all...]

Completed in 160 milliseconds