Home
last modified time | relevance | path

Searched refs:DerivedException (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/CodeGenCXX/
Deh.cpp460 class DerivedException: public BaseException { class
464 throw DerivedException(); in foo()
/external/clang/test/CodeGenCXX/
Deh.cpp459 class DerivedException: public BaseException { class
463 throw DerivedException(); in foo()
/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp55 struct DerivedException : std::exception { struct
76 throw DerivedException{}; in throwsDerivedException()
555 …REQUIRE_THROWS_MATCHES(throwsDerivedException(), DerivedException, Message("DerivedException::wh…
556 …REQUIRE_THROWS_MATCHES(throwsDerivedException(), DerivedException, !Message("derivedexception::wh…
/external/catch2/docs/
Dmatchers.md143 REQUIRE_THROWS_MATCHES(throwsDerivedException(), DerivedException, Message("DerivedException::wha…
/external/python/cpython2/Lib/test/
Dtest_exceptions.py361 class DerivedException(BaseException): class
366 x = DerivedException(fancy_arg=42)
/external/python/cpython3/Lib/test/
Dtest_exceptions.py568 class DerivedException(BaseException): class
573 x = DerivedException(fancy_arg=42)
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt400 …edException(), DerivedException, Message("DerivedException::what") for: DerivedException::what exc…
401 …er>: passed: throwsDerivedException(), DerivedException, !Message("derivedexception::what") for: D…
402 …ecialException, !Message("DerivedException::what") for: SpecialException::what not exception messa…
Dconsole.sw.approved.txt3034 …REQUIRE_THROWS_MATCHES( throwsDerivedException(), DerivedException, Message("DerivedException::wha…
3036 DerivedException::what exception message matches "DerivedException::what"
3039 …REQUIRE_THROWS_MATCHES( throwsDerivedException(), DerivedException, !Message("derivedexception::wh…
3041 DerivedException::what not exception message matches "derivedexception::what"
3044 …REQUIRE_THROWS_MATCHES( throwsSpecialException(2), SpecialException, !Message("DerivedException::w…
3046 SpecialException::what not exception message matches "DerivedException::what"