Searched refs:thrower (Results 1 – 6 of 6) sorted by relevance
3 int thrower() { in thrower() function15 thrower(); in parallel()43 thrower(); in parallel_caught()59 thrower(); in forloop()68 thrower(); in parallel_forloop()69 thrower(); in parallel_forloop()81 thrower(); in parallel_forloop_caught()85 thrower(); in parallel_forloop_caught()95 thrower(); in parallel_caught_forloop()97 thrower(); in parallel_caught_forloop()[all …]
3 int thrower() { in thrower() function9 thrower(); in ok_parallel()14 for (int i = 0; i < thrower(); i++) in bad_for_header_XFAIL()23 thrower(); in ok_forloop()27 thrower(); in some_exception_just_so_that_check_clang_tidy_shuts_up()
266 void thrower(int n) { in thrower() function273 thrower(n); in directly_recursive()287 thrower(n); in indirectly_recursive()
8 void thrower(void); function12 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !18 thrower();23 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions !30 thrower();
116 ; Positive test - can hoist something that happens before thrower.
506 br i1 %a.cmp, label %thrower, label %exit508 thrower: