Searched refs:catchBase (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/misc/exception-test/ |
H A D | exception-test.cpp | 21 catchBase(void (*function)()) in catchBase() function 155 test(catchBase, throwBase, kCaughtBase); in main() 156 test(catchBase, throwA, kCaughtBase); in main() 157 test(catchBase, throwB, kCaughtBase); in main() 158 test(catchBase, throwVirtualBase, kCaughtBase); in main() 159 test(catchBase, throwVirtualA, kCaughtBase); in main() 160 test(catchBase, throwVirtualB, kCaughtBase); in main() 161 test(catchBase, throwInt, kCaughtGeneric); in main()
|