/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 95 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/contrib/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, in EmitCoroutineBody() local
|
H A D | CGObjCRuntime.cpp | 187 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLateEHPrepare.cpp | 183 for (auto *Catch : Catches) { in hoistCatches() local
|
H A D | WebAssemblyISelDAGToDAG.cpp | 214 MachineSDNode *Catch = in Select() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 728 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); in calculateClrEHStateNumbers() local 758 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { in calculateClrEHStateNumbers() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1581 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow() local
|
H A D | AnalysisBasedWarnings.cpp | 329 if (auto *Catch = in throwEscapes() local
|
H A D | TreeTransform.h | 8600 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2635 StmtResult Catch = Actions.ObjC().ActOnObjCAtCatchStmt( in ParseObjCTryStmt() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3389 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2() 3398 unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvokeWithOperandBundles()
|