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

/haiku-fatelf/src/tests/misc/exception-test/
H A Dexception-test.cpp11 static const char *kCaughtBase = "ExceptionBase"; variable
26 return kCaughtBase;
135 return kCaughtBase;
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);
195 test(catchAny, throwBase, kCaughtBase);
[all...]

Completed in 35 milliseconds