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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp771 EHScope &innermostEHScope = *EHStack.find(EHStack.getInnermostEHScope()); local
772 switch (innermostEHScope.getKind()) {
779 if (llvm::BasicBlock *lpad = innermostEHScope.getCachedLandingPad())

Completed in 57 milliseconds