/third_party/libabigail/tests/lib/ |
D | catch.hpp | 99 namespace Catch { namespace 485 namespace Catch { namespace 545 ::Catch::SourceLineInfo( __FILE__, static_cast<std::size_t>( __LINE__ ) ) 548 namespace Catch { namespace 559 …namespace{ Catch::RegistrarForTagAliases INTERNAL_CATCH_UNIQUE_NAME( AutoRegisterTagAlias )( alias… 569 namespace Catch { namespace 602 namespace Catch { namespace 686 constexpr auto operator "" _catch_sr( char const* rawChars, std::size_t size ) noexcept -> Catch::S… in operator ""_catch_sr() 687 return Catch::StringRef( rawChars, size ); in operator ""_catch_sr() 849 void reg_test(TypeList<Type>, Catch::NameAndTags nameAndTags)\ [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | catchClauseWithTypeAnnotation.errors.txt | 3 …ents/tryStatements/catchClauseWithTypeAnnotation.ts(19,23): error TS1196: Catch clause variable ty… 4 …ents/tryStatements/catchClauseWithTypeAnnotation.ts(20,23): error TS1196: Catch clause variable ty… 7 …ents/tryStatements/catchClauseWithTypeAnnotation.ts(38,27): error TS1196: Catch clause variable ty… 8 …ents/tryStatements/catchClauseWithTypeAnnotation.ts(39,27): error TS1196: Catch clause variable ty… 36 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 39 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 64 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified. 67 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified.
|
D | catchClauseWithInitializer1.errors.txt | 1 tests/cases/compiler/catchClauseWithInitializer1.ts(3,12): error TS1197: Catch clause variable cann… 9 !!! error TS1197: Catch clause variable cannot have an initializer.
|
D | parserCatchClauseWithTypeAnnotation1.errors.txt | 1 …CatchClauses/parserCatchClauseWithTypeAnnotation1.ts(2,13): error TS1196: Catch clause variable ty… 8 !!! error TS1196: Catch clause variable type annotation must be 'any' or 'unknown' if specified.
|
D | parserRealSource3.types | 287 Catch, 288 >Catch : NodeType.Catch
|
D | parserRealSource11.symbols | 6473 constructor (public tryNode: Try, public catchNode: Catch) { 6477 >Catch : Symbol(Catch, Decl(parserRealSource11.ts, 2218, 5)) 6506 emitter.emitJavascript(this.catchNode, TokenID.Catch, false); 6616 this.catchNode = <Catch>typeFlow.typeCheck(this.catchNode); 6620 >Catch : Symbol(Catch, Decl(parserRealSource11.ts, 2218, 5)) 6722 export class Catch extends Statement { 6723 >Catch : Symbol(Catch, Decl(parserRealSource11.ts, 2218, 5)) 6727 >param : Symbol(Catch.param, Decl(parserRealSource11.ts, 2221, 21)) 6729 >body : Symbol(Catch.body, Decl(parserRealSource11.ts, 2221, 43)) 6732 super(NodeType.Catch); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLateEHPrepare.cpp | 171 MachineInstr *Catch = &*CatchPos; in replaceFuncletReturns() local 172 Register ExnReg = Catch->getOperand(0).getReg(); in replaceFuncletReturns() 276 MachineInstr *Catch = &*CatchPos; in addExceptionExtraction() local 278 if (Catch->getNextNode() != Extract) in addExceptionExtraction() 279 EHPad->insert(Catch->getNextNode(), Extract->removeFromParent()); in addExceptionExtraction() 297 Register ExnReg = Catch->getOperand(0).getReg(); in addExceptionExtraction()
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource8.ts | 379 var catchBlock = <Catch>ast; 413 else if (ast.nodeType == NodeType.Catch) { 453 else if (ast.nodeType == NodeType.Catch) { 454 var catchBlock = <Catch>ast;
|
/third_party/unity/test/testdata/ |
D | CException.h | 9 #define Catch(a) if (!a) macro
|
/third_party/cJSON/tests/unity/test/testdata/ |
D | CException.h | 9 #define Catch(a) if (!a) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 559 const auto *Catch = cast<CatchPadInst>(CatchBlock->getFirstNonPHI()); in calculateClrEHStateNumbers() local 561 cast<ConstantInt>(Catch->getArgOperand(0))->getZExtValue()); in calculateClrEHStateNumbers() 564 ClrHandlerType::Catch, TypeToken, CatchBlock); in calculateClrEHStateNumbers() 566 for (const User *U : Catch->users()) in calculateClrEHStateNumbers() 571 FuncInfo.EHPadStateMap[Catch] = CatchState; in calculateClrEHStateNumbers() 590 if (const auto *Catch = dyn_cast<CatchPadInst>(Pad)) { in calculateClrEHStateNumbers() local 599 UnwindDest = Catch->getCatchSwitch()->getUnwindDest(); in calculateClrEHStateNumbers()
|
/third_party/cJSON/tests/unity/test/expectdata/ |
D | testsample_cmd.c | 15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_new1.c | 15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_yaml.c | 15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_run1.c | 15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_mock_cmd.c | 17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_mock_yaml.c | 17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
/third_party/unity/test/expectdata/ |
D | testsample_cmd.c | 15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_run1.c | 15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_new1.c | 15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_yaml.c | 15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_mock_cmd.c | 17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
D | testsample_mock_yaml.c | 17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/ |
D | cexcept.h | 231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) macro
|
/third_party/skia/third_party/externals/libpng/contrib/visupng/ |
D | cexcept.h | 231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) macro
|