Searched refs:catchInt (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/misc/exception-test/ |
H A D | exception-test.cpp | 105 catchInt(void (*function)()) in catchInt() function 187 test(catchInt, throwBase, kCaughtGeneric); in main() 188 test(catchInt, throwA, kCaughtGeneric); in main() 189 test(catchInt, throwB, kCaughtGeneric); in main() 190 test(catchInt, throwVirtualBase, kCaughtGeneric); in main() 191 test(catchInt, throwVirtualA, kCaughtGeneric); in main() 192 test(catchInt, throwVirtualB, kCaughtGeneric); in main() 193 test(catchInt, throwInt, kCaughtInt); in main()
|