Home
last modified time | relevance | path

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

/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp95 namespace Catch { namespace
461 namespace Catch { namespace
524 namespace Catch { namespace
545 namespace Catch { namespace
578 namespace Catch { namespace
900 namespace Catch { namespace
936 namespace Catch { namespace
1327 namespace Catch { namespace
1371 namespace Catch { namespace
1402 namespace Catch { namespace
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp183 for (auto *Catch : Catches) { in hoistCatches() local
H A DWebAssemblyISelDAGToDAG.cpp206 MachineSDNode *Catch = Select() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp276 auto *Catch = new (CGF.getContext()) emitSuspendExpression() local
771 CXXCatchStmt Catch(Loc, /*exDecl=*/nullptr, EmitCoroutineBody() local
H A DCGObjCRuntime.cpp187 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
H A DCGCleanup.h104 enum Kind { Cleanup, Catch, Terminate, Filter }; global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp727 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); calculateClrEHStateNumbers() local
757 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { calculateClrEHStateNumbers() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1596 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); canThrow() local
H A DAnalysisBasedWarnings.cpp329 if (auto *Catch = in throwEscapes() local
H A DTreeTransform.h8305 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); TransformObjCAtTryStmt() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2633 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, ParseObjCTryStmt() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3176 LLVMBuildInvoke2(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMBasicBlockRef Then,LLVMBasicBlockRef Catch,const char * Name) LLVMBuildInvoke2() argument
3185 LLVMBuildInvokeWithOperandBundles(LLVMBuilderRef B,LLVMTypeRef Ty,LLVMValueRef Fn,LLVMValueRef * Args,unsigned NumArgs,LLVMBasicBlockRef Then,LLVMBasicBlockRef Catch,LLVMOperandBundleRef * Bundles,unsigned NumBundles,const char * Name) LLVMBuildInvokeWithOperandBundles() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local