Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/
H A 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()
/llvm-project/lldb/test/API/functionalities/breakpoint/cpp_exception/
H A Dmain.cpp4 throws_int () in throws_int() function
12 throws_int(); in main()
/llvm-project/clang/test/CodeGenCXX/
H A Dexceptions-cxx-ehsc.cpp20 extern "C" void throws_int() throw(int);
25 throws_int(); in caller()