Home
last modified time | relevance | path

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

/haiku/src/tests/misc/exception-test/
H A Dexception-test.cpp118 catchAny(void (*function)()) in catchAny() function
195 test(catchAny, throwBase, kCaughtBase); in main()
196 test(catchAny, throwA, kCaughtA); in main()
197 test(catchAny, throwB, kCaughtB); in main()
198 test(catchAny, throwVirtualBase, kCaughtVirtualBase); in main()
199 test(catchAny, throwVirtualA, kCaughtVirtualA); in main()
200 test(catchAny, throwVirtualB, kCaughtVirtualB); in main()
201 test(catchAny, throwInt, kCaughtInt); in main()