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

/haiku/src/tests/misc/exception-test/
H A Dexceptions.cpp28 void throwInt() { throw int(7); } function
H A Dexceptions.h49 void throwInt();
H A Dexception-test.cpp161 test(catchBase, throwInt, kCaughtGeneric);
169 test(catchA, throwInt, kCaughtGeneric);
177 test(catchVirtualBase, throwInt, kCaughtGeneric);
185 test(catchVirtualA, throwInt, kCaughtGeneric);
193 test(catchInt, throwInt, kCaughtInt);
201 test(catchAny, throwInt, kCaughtInt);

Completed in 37 milliseconds