Home
last modified time | relevance | path

Searched defs:Catch (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp183 for (auto *Catch : Catches) { in hoistCatches() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCoroutine.cpp239 auto *Catch = new (CGF.getContext()) in emitSuspendExpression() local
669 CXXCatchStmt Catch(Loc, /*exDecl=*/nullptr, in EmitCoroutineBody() local
H A DCGObjCRuntime.cpp189 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
H A DCGCleanup.h105 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp581 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); in calculateClrEHStateNumbers() local
612 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { in calculateClrEHStateNumbers() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1567 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow() local
H A DAnalysisBasedWarnings.cpp302 if (auto *Catch = in throwEscapes() local
H A DTreeTransform.h7908 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml258 | Catch Constructor
H A Dllvm.mli284 | Catch Constructor
H A Dllvm_ocaml.c1786 LLVMBasicBlockRef Catch, value Name, in llvm_build_invoke_nat()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c1369 Catch::Catch(Loc loc, Type *t, Identifier *id, Statement *handler) in Catch() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2566 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, in ParseObjCTryStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3171 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke()
3184 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
H A DRewriteModernObjC.cpp1961 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local