Home
last modified time | relevance | path

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

/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp156 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 Dexceptions.cpp23 void throwA() { throw ExceptionA(); } in throwA() function
H A Dexceptions.h44 void throwA();