Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp183 for (auto *Catch : Catches) { in hoistCatches() local
H A DWebAssemblyISelDAGToDAG.cpp205 MachineSDNode *Catch = in Select() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp239 auto *Catch = new (CGF.getContext()) in emitSuspendExpression() local
615 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.h104 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp579 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); in calculateClrEHStateNumbers() local
609 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { in calculateClrEHStateNumbers() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1587 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow() local
H A DAnalysisBasedWarnings.cpp306 if (auto *Catch = in throwEscapes() local
H A DTreeTransform.h8147 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt() local
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml258 | Catch Constructor
H A Dllvm.mli284 | Catch Constructor
H A Dllvm_ocaml.c1755 LLVMBasicBlockRef Catch, value Name, in llvm_build_invoke_nat()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp2620 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, in ParseObjCTryStmt() local
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3146 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2()