/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGCleanup.h | 105 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 D | CGCoroutine.cpp | 239 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 D | CGObjCRuntime.cpp | 189 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 D | CGException.cpp | 664 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 581 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()
|
/netbsd-src/external/gpl2/groff/dist/ |
H A D | TODO | 20 Catch the following error in -me:
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
H A D | stdbool.m4 | 78 /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 96 /* Catch a bug in an HP-UX C compiler. See
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-m4/ |
H A D | stdbool.m4 | 78 /* Catch a bug in IBM AIX xlc compiler version 6.0.0.0 96 /* Catch a bug in an HP-UX C compiler. See
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | arraytypes.h | 40 typedef Array<class Catch *> Catches;
|
H A D | statement.c | 1356 Catch *c = (*catches)[i]; in syntaxCopy() 1369 Catch::Catch(Loc loc, Type *t, Identifier *id, Statement *handler) in Catch() function 1381 Catch *Catch::syntaxCopy() in syntaxCopy() 1383 Catch *c = new Catch(loc, in syntaxCopy()
|
H A D | statement.h | 593 class Catch : public RootObject 609 Catch(Loc loc, Type *t, Identifier *id, Statement *handler); 610 Catch *syntaxCopy();
|
H A D | blockexit.c | 361 Catch *c = (*s->catches)[i]; in blockExit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | arraytypes.h | 43 typedef Array<class Catch *> Catches;
|
H A D | arraytypes.d | 43 alias Catches = Array!(Catch);
|
H A D | statement_rewrite_walker.d | 168 Catch c = (*s.catches)[i]; in visit()
|
H A D | statement.h | 590 class Catch : public RootObject 606 Catch *syntaxCopy();
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 79 enum class ClrHandlerType { Catch, Finally, Fault, Filter }; enumerator
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | stdbool.m4 | 98 /* Catch a bug in an HP-UX C compiler. See
|
/netbsd-src/external/bsd/kyua-atf-compat/dist/ |
H A D | lib.subr | 52 # Catch unexpected exits and perform the required cleanups. In particular,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 1567 const ObjCAtCatchStmt *Catch = TS->getCatchStmt(I - 1); in canThrow() local 1568 CT = mergeCanThrow(CT, canThrow(Catch)); in canThrow() 1570 if (Catch->hasEllipsis()) in canThrow()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | mma.md | 306 /* Catch unexpected cases. */ 361 /* Catch unexpected cases. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | mma.md | 291 /* Catch unexpected cases. */ 338 /* Catch unexpected cases. */
|
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/ |
H A D | ChangeLog | 93 * kdc/wait-kdc.sh: Catch bind ../../tests/kdc/signal: Operation 253 * can/test_can.in: Catch error from kadmin. 646 * gss/check-gssmask.in: Catch failures from gssmaestro.
|
/netbsd-src/external/gpl3/binutils.old/dist/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
|