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

  /external/clang/lib/CodeGen/
CGExprCXX.cpp 788 if (needsEHCleanup(DtorKind)) {
    [all...]
CGDeclCXX.cpp 107 CGF.needsEHCleanup(dtorKind), &D);
CGExprAgg.cpp 418 if (CGF.needsEHCleanup(dtorKind)) {
    [all...]
CGClass.cpp 643 if (needsEHCleanup(dtorKind))
    [all...]
CodeGenFunction.h     [all...]
CGDecl.cpp     [all...]
CGBlocks.cpp 616 bool useArrayEHCleanup = CGF.needsEHCleanup(dtorKind);
    [all...]

Completed in 79 milliseconds