Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 208) sorted by relevance

123456789

/llvm-project/clang/test/Misc/
H A Dcaret-diags-multiline.cpp21 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 Dparallel-wsloop.f9029 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 Dcfg-openmp.cpp25 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 Dasm-goto.cpp4 int foo(int cond) in foo()
26 int bar(int cond) in bar()
H A Dlifetime-extended-regions.cpp24 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 Dpthread_condattr_test.cpp23 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 Dkmp_debug.h36 #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 Dpre-fir-tree-loop.f9010 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 Duse-after-scope-goto.cpp10 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 Duse-after-scope-goto.cpp14 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 Dconditional-temporaries.cpp63 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 Dthrow-expressions.cpp90 void test7(bool cond) { in test7()
106 int &test8(bool cond) { in test8()
/llvm-project/clang/test/Sema/
H A Dwarn-conditional-enum-types-mismatch.c19 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 Dassembly.h146 #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 Dasm-goto.c5 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 Dspuriously-wake-up-functions.c15 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 Dif-clause-unparse.f905 logical :: cond variable
[all...]
H A Dif-clause.f904 logical :: cond variable
[all...]
/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp164 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 Dbraces-around-statements-same-line.cpp5 bool cond(const char *) { in cond() function
H A Dbraces-around-statements-format.cpp5 bool cond(const char *) { in cond() function
H A Dbraces-around-statements-single-line.cpp5 bool cond(const char *) { in cond() function
/llvm-project/llvm/test/tools/llvm-cov/
H A Dreport.cpp24 void foo(bool cond) { in foo()
/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_dcmp.S28 #define DEFINE_AEABI_DCMP(cond) \ argument
/llvm-project/clang/test/Analysis/html_diagnostics/
H A Dcontrol-arrows.cpp11 int foobar(bool cond, int *x) { in foobar()

123456789