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

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 285 AggValueSlot::forLValue(src, AggValueSlot::IsDestructed,
    [all...]
CGValue.h 481 enum IsDestructed_t { IsNotDestructed, IsDestructed };
498 /// \param isDestructed - true if something else is responsible
504 IsDestructed_t isDestructed,
517 AV.DestructedFlag = isDestructed;
525 IsDestructed_t isDestructed,
530 LV.getQuals(), isDestructed, needsGC, isAliased, isZeroed);
CGDeclCXX.cpp 53 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed,
CGClass.cpp 553 AggValueSlot::IsDestructed,
601 AggValueSlot::IsDestructed,
    [all...]
CGDecl.cpp     [all...]
CGObjC.cpp     [all...]
CGBlocks.cpp 834 AggValueSlot::IsDestructed,
    [all...]
CGExprCXX.cpp     [all...]
CGStmt.cpp     [all...]
CGExpr.cpp 388 AggValueSlot::IsDestructed,
    [all...]

Completed in 3847 milliseconds