Home
last modified time | relevance | path

Searched refs:throwInt (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp161 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 Dexceptions.cpp28 void throwInt() { throw int(7); } in throwInt() function
H A Dexceptions.h49 void throwInt();