Searched refs:catchBase (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tests/misc/exception-test/
H A Dexception-test.cpp21 catchBase(void (*function)()) function
155 test(catchBase, throwBase, kCaughtBase);
156 test(catchBase, throwA, kCaughtBase);
157 test(catchBase, throwB, kCaughtBase);
158 test(catchBase, throwVirtualBase, kCaughtBase);
159 test(catchBase, throwVirtualA, kCaughtBase);
160 test(catchBase, throwVirtualB, kCaughtBase);
161 test(catchBase, throwInt, kCaughtGeneric);

Completed in 36 milliseconds