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

/haiku-fatelf/src/tests/misc/exception-test/
H A Dexception-test.cpp105 catchInt(void (*function)()) function
187 test(catchInt, throwBase, kCaughtGeneric);
188 test(catchInt, throwA, kCaughtGeneric);
189 test(catchInt, throwB, kCaughtGeneric);
190 test(catchInt, throwVirtualBase, kCaughtGeneric);
191 test(catchInt, throwVirtualA, kCaughtGeneric);
192 test(catchInt, throwVirtualB, kCaughtGeneric);
193 test(catchInt, throwInt, kCaughtInt);

Completed in 32 milliseconds