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

  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
CGExprAgg.cpp 519 if (dtorKind) CGF.DeactivateCleanupBlock(cleanup, cleanupDominator);
    [all...]
CGCleanup.cpp     [all...]
CGException.cpp 381 CGF.DeactivateCleanupBlock(cleanup, cast<llvm::Instruction>(typedAddr));
    [all...]
CGCall.cpp     [all...]
CodeGenFunction.h 435 /// DeactivateCleanupBlock - Deactivates the given cleanup block.
443 void DeactivateCleanupBlock(EHScopeStack::stable_iterator Cleanup,
    [all...]

Completed in 157 milliseconds