Home
last modified time | relevance | path

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

/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp155 test(catchBase, throwBase, kCaughtBase); in main()
163 test(catchA, throwBase, kCaughtGeneric); in main()
171 test(catchVirtualBase, throwBase, kCaughtGeneric); in main()
179 test(catchVirtualA, throwBase, kCaughtGeneric); in main()
187 test(catchInt, throwBase, kCaughtGeneric); in main()
195 test(catchAny, throwBase, kCaughtBase); in main()
H A Dexceptions.cpp22 void throwBase() { throw ExceptionBase(); } in throwBase() function
H A Dexceptions.h43 void throwBase();