/aosp_15_r20/external/clang/test/OpenMP/ |
H A D | parallel_for_simd_aligned_messages.cpp | 5 static constexpr int bfoo() { return 8; } in bfoo() function 10 constexpr int bfoo() { return 4; } in bfoo() function
|
H A D | target_parallel_for_simd_aligned_messages.cpp | 5 static constexpr int bfoo() { return 8; } in bfoo() function 10 constexpr int bfoo() { return 4; } in bfoo() function
|
H A D | distribute_parallel_for_simd_aligned_messages.cpp | 5 static constexpr int bfoo() { return 8; } in bfoo() function 10 constexpr int bfoo() { return 4; } in bfoo() function
|
H A D | for_simd_aligned_messages.cpp | 5 static constexpr int bfoo() { return 8; } in bfoo() function 10 constexpr int bfoo() { return 4; } in bfoo() function
|
H A D | simd_aligned_messages.cpp | 5 static constexpr int bfoo() { return 8; } in bfoo() function 10 constexpr int bfoo() { return 4; } in bfoo() function
|
H A D | taskloop_simd_aligned_messages.cpp | 5 static constexpr int bfoo() { return 8; } in bfoo() function 10 constexpr int bfoo() { return 4; } in bfoo() function
|
H A D | distribute_simd_aligned_messages.cpp | 5 static constexpr int bfoo() { return 8; } in bfoo() function 10 constexpr int bfoo() { return 4; } in bfoo() function
|
H A D | parallel_for_simd_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | distribute_parallel_for_simd_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | target_parallel_for_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | target_parallel_for_simd_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | for_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | parallel_for_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | distribute_simd_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | for_simd_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | taskloop_simd_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|
H A D | simd_linear_messages.cpp | 9 static int bfoo() { return 8; } in bfoo() function 12 int bfoo() { return 4; } in bfoo() function
|