Searched refs:DerivedException (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/test/CodeGenCXX/ |
D | eh.cpp | 460 class DerivedException: public BaseException { class 464 throw DerivedException(); in foo()
|
/external/clang/test/CodeGenCXX/ |
D | eh.cpp | 459 class DerivedException: public BaseException { class 463 throw DerivedException(); in foo()
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Matchers.tests.cpp | 55 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/ |
D | matchers.md | 143 REQUIRE_THROWS_MATCHES(throwsDerivedException(), DerivedException, Message("DerivedException::wha…
|
/external/python/cpython2/Lib/test/ |
D | test_exceptions.py | 361 class DerivedException(BaseException): class 366 x = DerivedException(fancy_arg=42)
|
/external/python/cpython3/Lib/test/ |
D | test_exceptions.py | 568 class DerivedException(BaseException): class 573 x = DerivedException(fancy_arg=42)
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 400 …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…
|
D | console.sw.approved.txt | 3034 …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"
|