Searched refs:throwBase (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tests/misc/exception-test/
H A Dexceptions.cpp22 void throwBase() { throw ExceptionBase(); } function
H A Dexceptions.h43 void throwBase();
H A Dexception-test.cpp155 test(catchBase, throwBase, kCaughtBase);
163 test(catchA, throwBase, kCaughtGeneric);
171 test(catchVirtualBase, throwBase, kCaughtGeneric);
179 test(catchVirtualA, throwBase, kCaughtGeneric);
187 test(catchInt, throwBase, kCaughtGeneric);
195 test(catchAny, throwBase, kCaughtBase);

Completed in 33 milliseconds