Home
last modified time | relevance | path

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

/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp17 static const char *kCaughtInt = "VirtualInt"; variable
110 return kCaughtInt; in catchInt()
123 return kCaughtInt; in catchAny()
193 test(catchInt, throwInt, kCaughtInt); in main()
201 test(catchAny, throwInt, kCaughtInt); in main()