Home
last modified time | relevance | path

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

/haiku/src/tests/misc/exception-test/
H A Dexceptions.cpp7 ExceptionA::ExceptionA() {} in ExceptionA() function in ExceptionA
8 ExceptionA::~ExceptionA() {} in ~ExceptionA()
23 void throwA() { throw ExceptionA(); } in throwA()
H A Dexceptions.h10 struct ExceptionA : ExceptionBase { struct
11 ExceptionA();
12 ~ExceptionA();
H A Dexception-test.cpp39 } catch (ExceptionA exception) { in catchA()
130 } catch (ExceptionA exception) { in catchAny()