Home
last modified time | relevance | path

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

/freebsd/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/contrib/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, in EmitCoroutineBody() local
H A DCGObjCRuntime.cpp187 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp183 for (auto *Catch : Catches) { in hoistCatches() local
H A DWebAssemblyISelDAGToDAG.cpp214 MachineSDNode *Catch = in Select() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp728 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 DSemaExceptionSpec.cpp1581 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow() local
H A DAnalysisBasedWarnings.cpp329 if (auto *Catch = in throwEscapes() local
H A DTreeTransform.h8600 StmtResult Catch = getDerived().TransformStmt(S->getCatchStmt(I)); in TransformObjCAtTryStmt() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2635 StmtResult Catch = Actions.ObjC().ActOnObjCAtCatchStmt( in ParseObjCTryStmt() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3389 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2()
3398 unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvokeWithOperandBundles()