Home
last modified time | relevance | path

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

/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp158 test(catchBase, throwVirtualBase, kCaughtBase); in main()
166 test(catchA, throwVirtualBase, kCaughtGeneric); in main()
174 test(catchVirtualBase, throwVirtualBase, kCaughtVirtualBase); in main()
182 test(catchVirtualA, throwVirtualBase, kCaughtGeneric); in main()
190 test(catchInt, throwVirtualBase, kCaughtGeneric); in main()
198 test(catchAny, throwVirtualBase, kCaughtVirtualBase); in main()
H A Dexceptions.cpp25 void throwVirtualBase() { throw VirtualExceptionBase(); } in throwVirtualBase() function
H A Dexceptions.h46 void throwVirtualBase();