Home
last modified time | relevance | path

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

/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h47 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
H A DCGCoroutine.cpp348 auto *Catch = new (CGF.getContext()) in emitSuspendExpression() local
904 CXXCatchStmt Catch(Loc, /*exDecl=*/nullptr, EmitCoroutineBody() local
H A DCGObjCRuntime.cpp187 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp183 for (auto *Catch : Catches) { hoistCatches() local
[all...]
H A DWebAssemblyISelDAGToDAG.cpp214 MachineSDNode *Catch = Select() local
/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DExceptionAnalyzer.cpp508 const CXXCatchStmt *Catch = Try->getHandler(I); throwsException() local
/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp728 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); calculateClrEHStateNumbers() local
758 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { calculateClrEHStateNumbers() local
/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1579 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); canThrow() local
H A DAnalysisBasedWarnings.cpp329 if (auto *Catch = throwEscapes() local
H A DTreeTransform.h8591 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); TransformObjCAtTryStmt() local
/llvm-project/llvm/bindings/ocaml/llvm/
H A Dllvm.ml259 | Catch Constructor
H A Dllvm.mli287 | Catch Constructor
H A Dllvm_ocaml.c2146 llvm_build_invoke_nat(value FnTy,value Fn,value Args,value Then,value Catch,value Name,value B) llvm_build_invoke_nat() argument
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2635 StmtResult Catch = Actions.ObjC().ActOnObjCAtCatchStmt( ParseObjCTryStmt() local
/llvm-project/llvm/lib/IR/
H A DCore.cpp3318 LLVMBuildInvoke2(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMBasicBlockRef Then,LLVMBasicBlockRef Catch,const char * Name) LLVMBuildInvoke2() argument
3327 LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMBasicBlockRef Then,LLVMBasicBlockRef Catch,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildInvokeWithOperandBundles() argument
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); RewriteObjCTryStmt() local