Searched refs:getInnermostEHScope (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h360 stable_iterator getInnermostEHScope() const { function in class:clang::CodeGen::EHScopeStack
H A DCGCleanup.cpp153 for (stable_iterator si = getInnermostEHScope(); si != stable_end(); ) {
228 assert(getInnermostEHScope() == stable_end());
1147 i = EHStack.getInnermostEHScope(); i != cleanup; ) {
H A DCGException.cpp734 LP = getEHDispatchBlock(EHStack.getInnermostEHScope());
755 EHScope &innermostEHScope = *EHStack.find(EHStack.getInnermostEHScope());
889 Builder.CreateBr(getEHDispatchBlock(EHStack.getInnermostEHScope()));
H A DCGCall.cpp3645 args.addArgCleanupDeactivation(EHStack.getInnermostEHScope(), IsActive);

Completed in 135 milliseconds