/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 47 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
|
H A D | CGCoroutine.cpp | 348 auto *Catch = new (CGF.getContext()) in emitSuspendExpression() local 904 CXXCatchStmt Catch(Loc, /*exDecl=*/nullptr, EmitCoroutineBody() local
|
H A D | CGObjCRuntime.cpp | 187 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
|
/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLateEHPrepare.cpp | 183 for (auto *Catch : Catches) { hoistCatches() local [all...] |
H A D | WebAssemblyISelDAGToDAG.cpp | 214 MachineSDNode *Catch = Select() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExceptionAnalyzer.cpp | 508 const CXXCatchStmt *Catch = Try->getHandler(I); throwsException() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 728 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 D | SemaExceptionSpec.cpp | 1579 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); canThrow() local
|
H A D | AnalysisBasedWarnings.cpp | 329 if (auto *Catch = throwEscapes() local
|
H A D | TreeTransform.h | 8591 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); TransformObjCAtTryStmt() local
|
/llvm-project/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 259 | Catch Constructor
|
H A D | llvm.mli | 287 | Catch Constructor
|
H A D | llvm_ocaml.c | 2146 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 D | ParseObjc.cpp | 2635 StmtResult Catch = Actions.ObjC().ActOnObjCAtCatchStmt( ParseObjCTryStmt() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3318 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 D | RewriteObjC.cpp | 1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); RewriteObjCTryStmt() local
|