Home
last modified time | relevance | path

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

123456

/third_party/libabigail/tests/lib/
Dcatch.hpp99 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/
DcatchClauseWithTypeAnnotation.errors.txt3 …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.
DcatchClauseWithInitializer1.errors.txt1 tests/cases/compiler/catchClauseWithInitializer1.ts(3,12): error TS1197: Catch clause variable cann…
9 !!! error TS1197: Catch clause variable cannot have an initializer.
DparserCatchClauseWithTypeAnnotation1.errors.txt1 …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.
DparserRealSource3.types287 Catch,
288 >Catch : NodeType.Catch
DparserRealSource11.symbols6473 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/
DWebAssemblyLateEHPrepare.cpp171 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/
DparserRealSource8.ts379 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/
DCException.h9 #define Catch(a) if (!a) macro
/third_party/cJSON/tests/unity/test/testdata/
DCException.h9 #define Catch(a) if (!a) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp559 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/
Dtestsample_cmd.c15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_new1.c15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_yaml.c15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_run1.c15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_mock_cmd.c17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_mock_yaml.c17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
/third_party/unity/test/expectdata/
Dtestsample_cmd.c15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_run1.c15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_new1.c15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_yaml.c15 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_mock_cmd.c17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
Dtestsample_mock_yaml.c17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
/third_party/flutter/skia/third_party/externals/libpng/contrib/visupng/
Dcexcept.h231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) macro
/third_party/skia/third_party/externals/libpng/contrib/visupng/
Dcexcept.h231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) macro

123456