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

/haiku/src/tests/misc/exception-test/
H A Dexceptions.cpp23 void throwA() { throw ExceptionA(); } function
H A Dexceptions.h44 void throwA();
H A Dexception-test.cpp156 test(catchBase, throwA, kCaughtBase);
164 test(catchA, throwA, kCaughtA);
172 test(catchVirtualBase, throwA, kCaughtGeneric);
180 test(catchVirtualA, throwA, kCaughtGeneric);
188 test(catchInt, throwA, kCaughtGeneric);
196 test(catchAny, throwA, kCaughtA);

Completed in 61 milliseconds