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() {} function in class:ExceptionBase
5 ExceptionBase::~ExceptionBase() {}
22 void throwBase() { throw ExceptionBase(); }
H A Dexception-test.cpp11 static const char *kCaughtBase = "ExceptionBase";
25 } catch (ExceptionBase exception) {
134 } catch (ExceptionBase exception) {

Completed in 40 milliseconds