Searched refs:throwA (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/misc/exception-test/ |
H A D | exception-test.cpp | 156 test(catchBase, throwA, kCaughtBase); in main() 164 test(catchA, throwA, kCaughtA); in main() 172 test(catchVirtualBase, throwA, kCaughtGeneric); in main() 180 test(catchVirtualA, throwA, kCaughtGeneric); in main() 188 test(catchInt, throwA, kCaughtGeneric); in main() 196 test(catchAny, throwA, kCaughtA); in main()
|
H A D | exceptions.cpp | 23 void throwA() { throw ExceptionA(); } in throwA() function
|
H A D | exceptions.h | 44 void throwA();
|