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

  /external/clang/lib/CodeGen/
CGDecl.cpp 477 cleanupKind & EHCleanup);
    [all...]
CGClass.cpp 422 CGF.EHStack.pushCleanup<CallBaseDtor>(EHCleanup, BaseClassDecl,
    [all...]
CodeGenFunction.h 140 EHCleanup = 0x1,
142 NormalAndEHCleanup = EHCleanup | NormalCleanup,
145 InactiveEHCleanup = EHCleanup | InactiveCleanup,
    [all...]
CGCleanup.cpp 159 bool IsEHCleanup = Kind & EHCleanup;
    [all...]
CGExprCXX.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGException.cpp 380 CGF.pushFullExprCleanup<FreeException>(EHCleanup, addr);
640 dispatchBlock = createBasicBlock("ehcleanup");
    [all...]
CGExprAgg.cpp 366 /*EHCleanup=*/true);
    [all...]
CGExpr.cpp 276 cleanupKind & EHCleanup);
463 cleanupKind & EHCleanup);
    [all...]
CGObjC.cpp     [all...]

Completed in 151 milliseconds