Home
last modified time | relevance | path

Searched defs:DerivedException (Results 1 – 5 of 5) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DMatchers.tests.cpp55 struct DerivedException : std::exception { struct
56 char const* what() const noexcept override { in what()
/external/llvm-project/clang/test/CodeGenCXX/
Deh.cpp460 class DerivedException: public BaseException { class
/external/clang/test/CodeGenCXX/
Deh.cpp459 class DerivedException: public BaseException { class
/external/python/cpython2/Lib/test/
Dtest_exceptions.py361 class DerivedException(BaseException): class
/external/python/cpython3/Lib/test/
Dtest_exceptions.py568 class DerivedException(BaseException): class