Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/
Dexceptions.cpp7 __attribute__((noinline)) void throws_int() { in throws_int() function
13 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()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/cpp_exception/
Dmain.cpp4 throws_int () in throws_int() function
12 throws_int(); in main()
/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/llvm-project/clang/test/CodeGenCXX/
Dexceptions-cxx-ehsc.cpp20 extern "C" void throws_int() throw(int);
25 throws_int(); in caller()
/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.txt256 REQUIRE_THROWS( throws_int(true) )
259 CHECK_THROWS_AS( throws_int(true), int )
262 REQUIRE_NOTHROW( throws_int(false) )
Dcompact.sw.approved.txt32 Compilation.tests.cpp:<line number>: passed: throws_int(true)
33 Compilation.tests.cpp:<line number>: passed: throws_int(true), int
34 Compilation.tests.cpp:<line number>: passed: throws_int(false)
Dconsole.sw.approved.txt256 REQUIRE_THROWS( throws_int(true) )
259 CHECK_THROWS_AS( throws_int(true), int )
262 REQUIRE_NOTHROW( throws_int(false) )