/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 95 namespace Catch { namespace 461 namespace Catch { namespace 521 ::Catch::SourceLineInfo( __FILE__, static_cast<std::size_t>( __LINE__ ) ) 524 namespace Catch { namespace 535 …namespace{ Catch::RegistrarForTagAliases INTERNAL_CATCH_UNIQUE_NAME( AutoRegisterTagAlias )( alias… 545 namespace Catch { namespace 578 namespace Catch { namespace 662 constexpr auto operator "" _catch_sr( char const* rawChars, std::size_t size ) noexcept -> Catch::S… in operator ""_catch_sr() 663 return Catch::StringRef( rawChars, size ); in operator ""_catch_sr() 825 void reg_test(TypeList<Type>, Catch::NameAndTags nameAndTags)\ [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLateEHPrepare.cpp | 183 for (auto *Catch : Catches) { in hoistCatches() local 184 MachineBasicBlock *EHPad = getMatchingEHPad(Catch); in hoistCatches() 192 if (InsertPos == Catch) in hoistCatches() 195 EHPad->insert(InsertPos, Catch->removeFromParent()); in hoistCatches()
|
H A D | WebAssemblyISelDAGToDAG.cpp | 214 MachineSDNode *Catch = in Select() local 224 ReplaceNode(Node, Catch); in Select()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 47 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator 194 : EHScope(Catch, enclosingEHScope) { 238 return Scope->getKind() == Catch; 574 case EHScope::Catch:
|
H A D | CGCoroutine.cpp | 348 auto *Catch = new (CGF.getContext()) in emitSuspendExpression() local 352 TryStmt = CXXTryStmt::Create(CGF.getContext(), Loc, TryBody, Catch); in emitSuspendExpression() 904 CXXCatchStmt Catch(Loc, /*exDecl=*/nullptr, in EmitCoroutineBody() local 907 CXXTryStmt::Create(getContext(), Loc, S.getBody(), &Catch); in EmitCoroutineBody()
|
H A D | CGObjCRuntime.cpp | 187 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local 189 Catch->setHandler(I, { Handlers[I].TypeInfo, Handlers[I].Flags }, Handlers[I].Block); in EmitTryCatchStmt()
|
H A D | CGException.cpp | 688 case EHScope::Catch: { in getEHDispatchBlock() 740 case EHScope::Catch: in getFuncletEHDispatchBlock() 767 case EHScope::Catch: in isNonEHScope() 835 case EHScope::Catch: in EmitLandingPad() 898 case EHScope::Catch: in EmitLandingPad()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 728 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); in calculateClrEHStateNumbers() local 730 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue()); in calculateClrEHStateNumbers() 733 ClrHandlerType::Catch, TypeToken, CatchBlock); in calculateClrEHStateNumbers() 735 for (const User *U : Catch->users()) in calculateClrEHStateNumbers() 740 FuncInfo.EHPadStateMap[Catch] = CatchState; in calculateClrEHStateNumbers() 758 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { in calculateClrEHStateNumbers() local 767 UnwindDest = Catch->getCatchSwitch()->getUnwindDest(); in calculateClrEHStateNumbers()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
|
/freebsd/sys/contrib/device-tree/src/arm64/xilinx/ |
H A D | zynqmp-sm-k26-revA.dts | 187 label = "ImgSel Image A Catch"; 197 label = "ImgSel Image B Catch";
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | mustberoot.subr | 176 # Catch X11-related errors 316 # Catch X11-related errors
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1581 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow() local 1582 CT = mergeCanThrow(CT, canThrow(Catch)); in canThrow() 1584 if (Catch->hasEllipsis()) in canThrow()
|
H A D | AnalysisBasedWarnings.cpp | 329 if (auto *Catch = in throwEscapes() local 331 QualType Caught = Catch->getCaughtType(); in throwEscapes()
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_supplicant.conf.sgml | 148 <para>Catch all example that allows more or less all
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2006 | 380 * kdc/pkinit.c: Catch error string from hx509_cms_verify_signed. 970 * kdc/digest.c: Catch more error, add SASL DIGEST MD5. 972 * lib/krb5/digest.c: Catch more error. 1397 * lib/krb5/pkinit.c: Catch using hx509 null DH and print a more 1588 * kdc/kerberos5.c: Catch the case where the client sends no
|
H A D | ChangeLog | 439 * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Core.h | 4188 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, 4192 unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 69 MultiStmtArg Catch, Stmt *Finally);
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2635 StmtResult Catch = Actions.ObjC().ActOnObjCAtCatchStmt( in ParseObjCTryStmt() local 2637 if (!Catch.isInvalid()) in ParseObjCTryStmt() 2638 CatchStmts.push_back(Catch.get()); in ParseObjCTryStmt()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_verify.pod | 284 * Catch a too long certificate chain. The depth limit set using
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1960 for (ObjCAtCatchStmt *Catch : S->catch_stmts()) { in RewriteObjCTryStmt() 1961 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt() 1963 startLoc = Catch->getBeginLoc(); in RewriteObjCTryStmt() 1973 ConvertSourceLocationToLineDirective(Catch->getBeginLoc(), Result); in RewriteObjCTryStmt() 1977 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 1994 SourceLocation lBraceLoc = Catch->getCatchBody()->getBeginLoc(); in RewriteObjCTryStmt()
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | ChangeLog | 8 * ntlm/init_sec_context.c: Catch error 10 * krb5/inquire_sec_context_by_oid.c: Catch store failure. 293 * ntlm/accept_sec_context.c: Catch errors and return the up the 453 * mech/gss_pseudo_random.c: Catch error from underlaying mech on 739 * ntlm/accept_sec_context.c: Catch more error errors.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 1312 case ClrHandlerType::Catch: in emitCLRExceptionTable()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3389 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2() argument 3392 unwrap(Then), unwrap(Catch), in LLVMBuildInvoke2() 3398 unsigned NumArgs, LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvokeWithOperandBundles() argument 3406 unwrap<FunctionType>(Ty), unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvokeWithOperandBundles()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | ChangeLog | 42 * telnet/main.c: Catch --help, reported by David Love.
|