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

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

Completed in 170 milliseconds