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

/haiku/src/tests/misc/exception-test/
H A Dexceptions.cpp25 void throwVirtualBase() { throw VirtualExceptionBase(); } function
H A Dexceptions.h46 void throwVirtualBase();
H A Dexception-test.cpp158 test(catchBase, throwVirtualBase, kCaughtBase);
166 test(catchA, throwVirtualBase, kCaughtGeneric);
174 test(catchVirtualBase, throwVirtualBase, kCaughtVirtualBase);
182 test(catchVirtualA, throwVirtualBase, kCaughtGeneric);
190 test(catchInt, throwVirtualBase, kCaughtGeneric);
198 test(catchAny, throwVirtualBase, kCaughtVirtualBase);

Completed in 86 milliseconds