Searched refs:throwVirtualA (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/misc/exception-test/ |
H A D | exception-test.cpp | 159 test(catchBase, throwVirtualA, kCaughtBase); in main() 167 test(catchA, throwVirtualA, kCaughtGeneric); in main() 175 test(catchVirtualBase, throwVirtualA, kCaughtVirtualBase); in main() 183 test(catchVirtualA, throwVirtualA, kCaughtVirtualA); in main() 191 test(catchInt, throwVirtualA, kCaughtGeneric); in main() 199 test(catchAny, throwVirtualA, kCaughtVirtualA); in main()
|
H A D | exceptions.cpp | 26 void throwVirtualA() { throw VirtualExceptionA(); } in throwVirtualA() function
|
H A D | exceptions.h | 47 void throwVirtualA();
|