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

  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 104 CGF.needsEHCleanup(dtorKind));
CGExprCXX.cpp     [all...]
CGExprAgg.cpp 451 if (CGF.needsEHCleanup(dtorKind)) {
    [all...]
CGClass.cpp 653 if (needsEHCleanup(dtorKind))
    [all...]
CodeGenFunction.h     [all...]
CGDecl.cpp     [all...]
CGBlocks.cpp 622 bool useArrayEHCleanup = CGF.needsEHCleanup(dtorKind);
    [all...]

Completed in 76 milliseconds