Home
last modified time | relevance | path

Searched refs:thrower (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/openmp/
H A Dexception-escape.cpp3 int thrower() { in thrower() function
15 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 …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape-openmp.cpp3 int thrower() { in thrower() function
9 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()
H A Dexception-escape.cpp266 void thrower(int n) { in thrower() function
273 thrower(n); in directly_recursive()
287 thrower(n); in indirectly_recursive()
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Darc-no-arc-exceptions.m8 void thrower(void); function
12 // 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();
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Dpreheader-safe.ll116 ; Positive test - can hoist something that happens before thrower.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dspeculative-load-hardening.ll506 br i1 %a.cmp, label %thrower, label %exit
508 thrower: