Home
last modified time | relevance | path

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

/external/clang/test/CodeGenCXX/
Deh.cpp459 class DerivedException: public BaseException { class
463 throw DerivedException(); in foo()
/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.py508 class DerivedException(BaseException): class
513 x = DerivedException(fancy_arg=42)