Searched refs:throwInt (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/misc/exception-test/ |
H A D | exception-test.cpp | 161 test(catchBase, throwInt, kCaughtGeneric); in main() 169 test(catchA, throwInt, kCaughtGeneric); in main() 177 test(catchVirtualBase, throwInt, kCaughtGeneric); in main() 185 test(catchVirtualA, throwInt, kCaughtGeneric); in main() 193 test(catchInt, throwInt, kCaughtInt); in main() 201 test(catchAny, throwInt, kCaughtInt); in main()
|
H A D | exceptions.cpp | 28 void throwInt() { throw int(7); } in throwInt() function
|
H A D | exceptions.h | 49 void throwInt();
|