Searched refs:throwVirtualBase (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/misc/exception-test/ |
H A D | exception-test.cpp | 158 test(catchBase, throwVirtualBase, kCaughtBase); in main() 166 test(catchA, throwVirtualBase, kCaughtGeneric); in main() 174 test(catchVirtualBase, throwVirtualBase, kCaughtVirtualBase); in main() 182 test(catchVirtualA, throwVirtualBase, kCaughtGeneric); in main() 190 test(catchInt, throwVirtualBase, kCaughtGeneric); in main() 198 test(catchAny, throwVirtualBase, kCaughtVirtualBase); in main()
|
H A D | exceptions.cpp | 25 void throwVirtualBase() { throw VirtualExceptionBase(); } in throwVirtualBase() function
|
H A D | exceptions.h | 46 void throwVirtualBase();
|