Home
last modified time | relevance | path

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

/haiku/src/tests/misc/exception-test/
H A Dexceptions.h5 struct ExceptionBase { struct
6 ExceptionBase();
7 ~ExceptionBase();
10 struct ExceptionA : ExceptionBase {
17 struct ExceptionB : ExceptionBase {
24 struct VirtualExceptionBase : ExceptionBase {
H A Dexceptions.cpp4 ExceptionBase::ExceptionBase() {} in ExceptionBase() function in ExceptionBase
5 ExceptionBase::~ExceptionBase() {} in ~ExceptionBase()
22 void throwBase() { throw ExceptionBase(); } in throwBase()
H A Dexception-test.cpp25 } catch (ExceptionBase exception) { in catchBase()
134 } catch (ExceptionBase exception) { in catchAny()