Home
last modified time | relevance | path

Searched refs:Catch (Results 1 – 25 of 54) sorted by relevance

123

/freebsd-13.1/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
5019 namespace Catch namespace
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp183 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()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h105 enum Kind { Cleanup, Catch, Terminate, Filter }; enumerator
183 : EHScope(Catch, enclosingEHScope) { in EHCatchScope()
227 return Scope->getKind() == Catch; in classof()
510 case EHScope::Catch:
H A DCGCoroutine.cpp239 auto *Catch = new (CGF.getContext()) in emitSuspendExpression() local
243 TryStmt = CXXTryStmt::Create(CGF.getContext(), Loc, TryBody, Catch); in emitSuspendExpression()
669 CXXCatchStmt Catch(Loc, /*exDecl=*/nullptr, in EmitCoroutineBody() local
672 CXXTryStmt::Create(getContext(), Loc, S.getBody(), &Catch); in EmitCoroutineBody()
H A DCGObjCRuntime.cpp189 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local
191 Catch->setHandler(I, { Handlers[I].TypeInfo, Handlers[I].Flags }, Handlers[I].Block); in EmitTryCatchStmt()
H A DCGException.cpp664 case EHScope::Catch: { in getEHDispatchBlock()
716 case EHScope::Catch: in getFuncletEHDispatchBlock()
743 case EHScope::Catch: in isNonEHScope()
811 case EHScope::Catch: in EmitLandingPad()
874 case EHScope::Catch: in EmitLandingPad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp581 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); in calculateClrEHStateNumbers() local
583 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue()); in calculateClrEHStateNumbers()
586 ClrHandlerType::Catch, TypeToken, CatchBlock); in calculateClrEHStateNumbers()
588 for (const User *U : Catch->users()) in calculateClrEHStateNumbers()
593 FuncInfo.EHPadStateMap[Catch] = CatchState; in calculateClrEHStateNumbers()
612 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { in calculateClrEHStateNumbers() local
621 UnwindDest = Catch->getCatchSwitch()->getUnwindDest(); in calculateClrEHStateNumbers()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr177 # Catch X11-related errors
317 # Catch X11-related errors
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1568 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow() local
1569 CT = mergeCanThrow(CT, canThrow(Catch)); in canThrow()
1571 if (Catch->hasEllipsis()) in canThrow()
H A DAnalysisBasedWarnings.cpp302 if (auto *Catch = in throwEscapes() local
304 QualType Caught = Catch->getCaughtType(); in throwEscapes()
/freebsd-13.1/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml148 <para>Catch all example that allows more or less all
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1833 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
1834 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1840 startLoc = Catch->getBeginLoc(); in RewriteObjCTryStmt()
1847 if (Catch->hasEllipsis()) { in RewriteObjCTryStmt()
1849 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()
1852 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' && in RewriteObjCTryStmt()
1875 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt()
1876 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt()
H A DRewriteModernObjC.cpp1961 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local
1962 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt()
1964 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-13.1/crypto/heimdal/
H A DChangeLog.2006380 * 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 DChangeLog439 * lib/krb5/verify_krb5_conf.c: Catch deprecated entries.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h3662 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
3666 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2566 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, in ParseObjCTryStmt() local
2570 if (!Catch.isInvalid()) in ParseObjCTryStmt()
2571 CatchStmts.push_back(Catch.get()); in ParseObjCTryStmt()
/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_CTX_set_verify.pod266 * Catch a too long certificate chain. The depth limit set using
/freebsd-13.1/crypto/heimdal/lib/gssapi/
H A DChangeLog8 * 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-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1306 case ClrHandlerType::Catch: in emitCLRExceptionTable()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3182 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke() argument
3189 unwrap(B)->CreateInvoke(FnT, unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke()
3195 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2() argument
3198 unwrap<FunctionType>(Ty), unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke2()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td485 // Catch-all for expensive system instructions.
/freebsd-13.1/crypto/heimdal/appl/telnet/
H A DChangeLog42 * telnet/main.c: Catch --help, reported by David Love.
/freebsd-13.1/crypto/heimdal/kadmin/
H A DChangeLog122 * add-random-users.c: Catch empty file case. From Tobias

123