Searched refs:throwBase (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/misc/exception-test/ |
H A D | exception-test.cpp | 155 test(catchBase, throwBase, kCaughtBase); in main() 163 test(catchA, throwBase, kCaughtGeneric); in main() 171 test(catchVirtualBase, throwBase, kCaughtGeneric); in main() 179 test(catchVirtualA, throwBase, kCaughtGeneric); in main() 187 test(catchInt, throwBase, kCaughtGeneric); in main() 195 test(catchAny, throwBase, kCaughtBase); in main()
|
H A D | exceptions.cpp | 22 void throwBase() { throw ExceptionBase(); } in throwBase() function
|
H A D | exceptions.h | 43 void throwBase();
|