/llvm-project/clang/test/Misc/ |
H A D | caret-diags-multiline.cpp | 21 int f1(int cond) { in f1() 47 int f2(int cond) { in f2() 76 int f3(int cond) { in f3() 106 int f4(int cond) { in f4() 137 int f5(int cond) { in f5()
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | parallel-wsloop.f90 | 29 subroutine parallel_do_with_parallel_clauses(cond, nt) argument 32 logical :: cond local 90 parallel_do_with_privatisation_clauses(cond, nt) global() argument 93 logical :: cond global() local 132 parallel_private_do(cond, nt) global() argument 133 logical :: cond global() local 237 parallel_do_private(cond, nt) global() argument 238 logical :: cond global() local [all...] |
/llvm-project/clang/test/Analysis/ |
H A D | cfg-openmp.cpp | 25 int x, cond, fp, rd, lin, step_sz, map; in target_s_has_device_addr() local 51 int x, cond, fp, rd, map; in target_t_l_has_device_addr() local 74 int x, cond, fp, rd, map; in target_p_l_has_device_addr() local 134 int x, cond, fp, rd, lin, step_sz, map; in xxx() local 296 int x, cond, fp, rd, lin, step_sz, map; in dpf() local 318 int x, cond, fp, rd, lin, step_sz, map; in dpfs() local 340 int x, cond, fp, rd, lin, step_sz, map; in ds() local 357 int x, cond, fp, rd, lin, step_sz, map; in for_fn() local 377 int x, cond, fp, rd, lin, step_sz, map; in fs() local 397 int x, cond, fp, rd, lin, step_sz, map; in ord() local [all …]
|
H A D | asm-goto.cpp | 4 int foo(int cond) in foo() 26 int bar(int cond) in bar()
|
H A D | lifetime-extended-regions.cpp | 24 T const& select(bool cond, T const& t, T const& u) { return cond ? t : u; } in select() argument 71 void ternary(bool cond) { in ternary() argument 158 propagation(bool cond) propagation() argument [all...] |
/llvm-project/libc/test/src/pthread/ |
H A D | pthread_condattr_test.cpp | 23 pthread_condattr_t cond; in TEST() local 29 pthread_condattr_t cond; in TEST() local 45 pthread_condattr_t cond; in TEST() local 66 pthread_condattr_t cond; in TEST() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_debug.h | 36 #define KMP_ASSERT(cond) \ argument 40 #define KMP_ASSERT2(cond, msg) \ argument 44 #define KMP_DEBUG_ASSERT(cond) KMP_ASSERT(cond) argument 45 #define KMP_DEBUG_ASSERT2(cond, msg) KMP_ASSERT2(cond, msg) argument 49 #define KMP_ASSERT(cond) \ argument 53 #define KMP_ASSERT2(cond, msg) KMP_ASSERT(cond) argument 54 #define KMP_DEBUG_ASSERT(cond) /* Nothing */ argument 55 #define KMP_DEBUG_ASSERT2(cond, msg) /* Nothing */ argument 59 #define KMP_ASSERT(cond) /* Nothing */ argument 60 #define KMP_ASSERT2(cond, msg) /* Nothing */ argument [all …]
|
/llvm-project/flang/test/Lower/OpenMP/PFT/ |
H A D | pre-fir-tree-loop.f90 | 10 subroutine sb0(cond) argument 12 logical :: cond local 25 subroutine sb1(cond) argument 27 logical :: cond local
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | use-after-scope-goto.cpp | 10 void f1(int cond) { in f1() 20 void f2(int cond) { in f2() 35 void f3(int cond) { in f3()
|
/llvm-project/compiler-rt/test/hwasan/TestCases/ |
H A D | use-after-scope-goto.cpp | 14 void f1(int cond) { in f1() 24 void f2(int cond) { in f2() 39 void f3(int cond) { in f3()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | conditional-temporaries.cpp | 63 int lifetime_nontriv(bool cond) { in lifetime_nontriv() 144 int lifetime_triv(bool cond) { in lifetime_triv() 190 int lifetime_nontriv_empty(bool cond) { in lifetime_nontriv_empty()
|
H A D | throw-expressions.cpp | 90 void test7(bool cond) { in test7() 106 int &test8(bool cond) { in test8()
|
/llvm-project/clang/test/Sema/ |
H A D | warn-conditional-enum-types-mismatch.c | 19 int get_flag(int cond) { in get_flag() 31 int get_flag_anon_enum(int cond) { in get_flag_anon_enum()
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | assembly.h | 146 #define IT(cond) it cond argument 147 #define ITT(cond) itt cond argument 148 #define ITE(cond) ite cond argument 151 #define IT(cond) argument 152 #define ITT(cond) argument 153 #define ITE(cond) argument 158 #define IT(cond) argument 159 ITT(cond) global() argument 160 ITE(cond) global() argument [all...] |
/llvm-project/clang/test/CodeGen/ |
H A D | asm-goto.c | 5 int test1(int cond) { in test1() 22 int test2(int cond) { in test2()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | spuriously-wake-up-functions.c | 15 int cnd_wait(cnd_t *cond, mtx_t *mutex){}; in cnd_wait() 16 int cnd_timedwait(cnd_t *cond, mtx_t *mutex, in cnd_timedwait()
|
/llvm-project/flang/test/Parser/OpenMP/ |
H A D | if-clause-unparse.f90 | 5 logical :: cond variable [all...] |
H A D | if-clause.f90 | 4 logical :: cond variable [all...] |
/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 164 uptr cond = atomic_load(p, memory_order_acquire); in init_cond() local 179 pthread_cond_t *cond = init_cond(c, true); in INTERCEPTOR() local 185 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local 196 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local 206 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local 212 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local 218 pthread_cond_t *cond = init_cond(c); in INTERCEPTOR() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | braces-around-statements-same-line.cpp | 5 bool cond(const char *) { in cond() function
|
H A D | braces-around-statements-format.cpp | 5 bool cond(const char *) { in cond() function
|
H A D | braces-around-statements-single-line.cpp | 5 bool cond(const char *) { in cond() function
|
/llvm-project/llvm/test/tools/llvm-cov/ |
H A D | report.cpp | 24 void foo(bool cond) { in foo()
|
/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | aeabi_dcmp.S | 28 #define DEFINE_AEABI_DCMP(cond) \ argument
|
/llvm-project/clang/test/Analysis/html_diagnostics/ |
H A D | control-arrows.cpp | 11 int foobar(bool cond, int *x) { in foobar()
|