Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DCompilation.tests.cpp69 void throws_int(bool b) { in throws_int() function
84 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()
/external/clang/test/CodeGenCXX/
Dexceptions-cxx-ehsc.cpp20 extern "C" void throws_int() throw(int);
25 throws_int(); in caller()
/external/catch2/projects/SelfTest/Baselines/
Dconsole.swa4.approved.txt224 REQUIRE_THROWS( throws_int(true) )
227 CHECK_THROWS_AS( throws_int(true), int )
230 REQUIRE_NOTHROW( throws_int(false) )
Dcompact.sw.approved.txt27 Compilation.tests.cpp:<line number>: passed: throws_int(true)
28 Compilation.tests.cpp:<line number>: passed: throws_int(true), int
29 Compilation.tests.cpp:<line number>: passed: throws_int(false)
Dconsole.sw.approved.txt224 REQUIRE_THROWS( throws_int(true) )
227 CHECK_THROWS_AS( throws_int(true), int )
230 REQUIRE_NOTHROW( throws_int(false) )