Home
last modified time | relevance | path

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

1234567

/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
/third_party/boost/boost/phoenix/statement/
Dtry_catch.hpp137 template <typename Catch, typename Exception, typename Context>
138 typename enable_if<proto::matches<Catch, rule::non_captured_catch> >::type
139 eval_catch_body(Catch const &c, Exception & /*unused*/, Context const &ctx in eval_catch_body()
145 template <typename Catch, typename Exception, typename Context>
146 typename enable_if<proto::matches<Catch, rule::captured_catch> >::type
147 eval_catch_body(Catch const &c, Exception &e, Context const &ctx) const in eval_catch_body()
152 typename proto::result_of::child_c<Catch, 1>::type in eval_catch_body()
/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/cJSON/tests/unity/test/testdata/
DCException.h9 #define Catch(a) if (!a) macro
/third_party/unity/test/testdata/
DCException.h9 #define Catch(a) if (!a) macro
/third_party/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!"); } \
Dtestsample_mock_new1.c17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
/third_party/cJSON/tests/unity/test/expectdata/
Dtestsample_cmd.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_new1.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!"); } \
Dtestsample_mock_new1.c17 } Catch(e) { TEST_ASSERT_EQUAL_HEX32_MESSAGE(CEXCEPTION_NONE, e, "Unhandled Exception!"); } \
/third_party/libpng/contrib/visupng/
Dcexcept.h231 #define Catch(e) exception__catch(((e) = the_exception_context->v.etmp, 0)) macro
/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

1234567