| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLateEHPrepare.cpp | 213 for (auto *Catch : Catches) { in hoistCatches() local 214 MachineBasicBlock *EHPad = getMatchingEHPad(Catch); in hoistCatches() 216 if (EHPad->begin() == Catch) in hoistCatches() 219 EHPad->insert(EHPad->begin(), Catch->removeFromParent()); in hoistCatches() 329 MachineInstr *Catch = &*EHPad->begin(); in ensureSingleBBTermPads() local 331 assert(WebAssembly::isCatch(*Catch)); in ensureSingleBBTermPads() 335 Call->getOperand(1).setReg(Catch->getOperand(0).getReg()); in ensureSingleBBTermPads() 336 auto InsertPos = std::next(MachineBasicBlock::iterator(Catch)); in ensureSingleBBTermPads()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCleanup.h | 106 enum Kind { Cleanup, Catch, Terminate, Filter, PadEnd }; enumerator 184 : EHScope(Catch, enclosingEHScope) { in EHCatchScope() 228 return Scope->getKind() == Catch; in classof() 522 case EHScope::Catch:
|
| H A D | CGCoroutine.cpp | 241 auto *Catch = new (CGF.getContext()) in emitSuspendExpression() local 245 TryStmt = CXXTryStmt::Create(CGF.getContext(), Loc, TryBody, Catch); in emitSuspendExpression() 658 CXXCatchStmt Catch(Loc, /*exDecl=*/nullptr, in EmitCoroutineBody() local 661 CXXTryStmt::Create(getContext(), Loc, S.getBody(), &Catch); in EmitCoroutineBody()
|
| H A D | CGObjCRuntime.cpp | 191 EHCatchScope *Catch = CGF.EHStack.pushCatch(Handlers.size()); in EmitTryCatchStmt() local 193 Catch->setHandler(I, { Handlers[I].TypeInfo, Handlers[I].Flags }, Handlers[I].Block); in EmitTryCatchStmt()
|
| H A D | CGException.cpp | 610 case EHScope::Catch: { in getEHDispatchBlock() 665 case EHScope::Catch: in getFuncletEHDispatchBlock() 695 case EHScope::Catch: in isNonEHScope() 765 case EHScope::Catch: in EmitLandingPad() 828 case EHScope::Catch: in EmitLandingPad()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 558 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); in calculateClrEHStateNumbers() local 560 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue()); in calculateClrEHStateNumbers() 563 ClrHandlerType::Catch, TypeToken, CatchBlock); in calculateClrEHStateNumbers() 565 for (const User *U : Catch->users()) in calculateClrEHStateNumbers() 570 FuncInfo.EHPadStateMap[Catch] = CatchState; in calculateClrEHStateNumbers() 589 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { in calculateClrEHStateNumbers() local 598 UnwindDest = Catch->getCatchSwitch()->getUnwindDest(); in calculateClrEHStateNumbers()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | WinEHFuncInfo.h | 80 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
|
| /freebsd-12.1/usr.sbin/bsdconfig/share/ |
| H A D | mustberoot.subr | 177 # Catch X11-related errors 317 # Catch X11-related errors
|
| /freebsd-12.1/contrib/amd/ |
| H A D | FREEBSD-upgrade | 42 r1.11 Catch a left over reference to "/a"
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | ChangeLog-2006 | 249 * dwarf.c (display_debug_frames): Catch a corrupt length field 542 * objcopy.c (copy_object): Catch the case where an attempt is made
|
| H A D | ChangeLog-0001 | 1041 (SECTION_NAME): Catch out of range indices and missing section 1787 (get_machine_name): Catch EM_AVR 1881 * rddbg.c (read_section_stabs_debugging_info): Catch out of range
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1825 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local 1826 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt() 1832 startLoc = Catch->getBeginLoc(); in RewriteObjCTryStmt() 1839 if (Catch->hasEllipsis()) { in RewriteObjCTryStmt() 1841 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt() 1844 assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' && in RewriteObjCTryStmt() 1867 lastCatchBody = Catch->getCatchBody(); in RewriteObjCTryStmt() 1868 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt()
|
| H A D | RewriteModernObjC.cpp | 1957 ObjCAtCatchStmt *Catch = S->getCatchStmt(I); in RewriteObjCTryStmt() local 1958 VarDecl *catchDecl = Catch->getCatchParamDecl(); in RewriteObjCTryStmt() 1960 startLoc = Catch->getBeginLoc(); in RewriteObjCTryStmt() 1969 ConvertSourceLocationToLineDirective(Catch->getBeginLoc(), Result); in RewriteObjCTryStmt() 1973 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() 1990 SourceLocation lBraceLoc = Catch->getCatchBody()->getBeginLoc(); in RewriteObjCTryStmt()
|
| /freebsd-12.1/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-12.1/contrib/llvm/include/llvm-c/ |
| H A D | Core.h | 3410 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, 3414 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-1995 | 318 * parse.y (for.init.statement): Catch compound statements inside for 950 * class.c (finish_struct): Catch private and protected members of 2044 * typeck.c (build_modify_expr): Catch incompatible array assignment. 2365 * init.c (build_new): Catch use of an initializer list where it 2413 * parse.y (extern_lang_string): Catch use of linkage specs that 2650 (reserved_declspecs, declmods): Catch attributes here. 2695 * parse.y (unary_expr): Catch doing sizeof an overloaded function. 2709 * decl.c (grokparms): Catch a PARM_DECL being used for a default 2783 before FRIENDP would get cleared. Catch an unnamed var/field
|
| H A D | ChangeLog.apple | 462 * parser.c (cp_parser_objc_interstitial_code): Catch stray
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 2541 StmtResult Catch = Actions.ActOnObjCAtCatchStmt(AtCatchFinallyLoc, in ParseObjCTryStmt() local 2545 if (!Catch.isInvalid()) in ParseObjCTryStmt() 2546 CatchStmts.push_back(Catch.get()); in ParseObjCTryStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 283 if (auto *Catch = in throwEscapes() local 285 QualType Caught = Catch->getCaughtType(); in throwEscapes()
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_verify.pod | 266 * Catch a too long certificate chain. The depth limit set using
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | WinException.cpp | 1276 case ClrHandlerType::Catch: in emitCLRExceptionTable()
|
| /freebsd-12.1/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-12.1/contrib/llvm/lib/IR/ |
| H A D | Core.cpp | 2980 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke() argument 2987 unwrap(B)->CreateInvoke(FnT, unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke() 2993 LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch, in LLVMBuildInvoke2() argument 2996 unwrap<FunctionType>(Ty), unwrap(Fn), unwrap(Then), unwrap(Catch), in LLVMBuildInvoke2()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | config.bfd | 32 # Catch obsolete configurations.
|