Searched refs:throws_int (Results 1 – 8 of 8) sorted by relevance
7 __attribute__((noinline)) void throws_int() { in throws_int() function13 throws_int(); in callee_throws()21 throws_int(); in throws_catches_rethrows()38 throws_int(); in throws_and_catches()47 throws_int(); in nested_try()59 throws_int(); in nested_try2()80 throws_int(); in local_object_then_throw()95 throws_int(); in recursive_call()
4 throws_int () in throws_int() function12 throws_int(); in main()
69 void throws_int(bool b) { in throws_int() function84 REQUIRE_THROWS(throws_int(true)); in templated_tests()85 CHECK_THROWS_AS(throws_int(true), int); in templated_tests()86 REQUIRE_NOTHROW(throws_int(false)); in templated_tests()
20 extern "C" void throws_int() throw(int);25 throws_int(); in caller()
256 REQUIRE_THROWS( throws_int(true) )259 CHECK_THROWS_AS( throws_int(true), int )262 REQUIRE_NOTHROW( throws_int(false) )
32 Compilation.tests.cpp:<line number>: passed: throws_int(true)33 Compilation.tests.cpp:<line number>: passed: throws_int(true), int34 Compilation.tests.cpp:<line number>: passed: throws_int(false)