Home
last modified time | relevance | path

Searched defs:flag (Results 1 – 25 of 181) sorted by relevance

12345678

/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.cpp15 void __kmp_wait_64(kmp_info_t *this_thr, kmp_flag_64<> *flag, in __kmp_wait_64()
25 void __kmp_release_64(kmp_flag_64<> *flag) { __kmp_release_template(flag); } in __kmp_release_64()
29 void __kmp_mwait_32(int th_gtid, kmp_flag_32<C, S> *flag) { in __kmp_mwait_32()
33 void __kmp_mwait_64(int th_gtid, kmp_flag_64<C, S> *flag) { in __kmp_mwait_64()
37 void __kmp_atomic_mwait_64(int th_gtid, kmp_atomic_flag_64<C, S> *flag) { in __kmp_atomic_mwait_64()
40 void __kmp_mwait_oncore(int th_gtid, kmp_flag_oncore *flag) { in __kmp_mwait_oncore()
H A Dkmp_barrier.cpp590 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[0]); __kmp_linear_barrier_gather_template() local
614 kmp_flag_64<true, false> flag( __kmp_linear_barrier_gather_template() local
619 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_arrived, __kmp_linear_barrier_gather_template() local
710 kmp_flag_64<> flag(&other_threads[i]->th.th_bar[bt].bb.b_go, __kmp_linear_barrier_release_template() local
719 kmp_flag_64<true, false> flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP); __kmp_linear_barrier_release_template() local
723 kmp_flag_64<> flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP); __kmp_linear_barrier_release_template() local
842 kmp_flag_64<> flag(&child_bar->b_arrived, new_state); __kmp_tree_barrier_gather() local
882 kmp_flag_64<> flag(&thr_bar->b_arrived, other_threads[parent_tid]); __kmp_tree_barrier_gather() local
918 kmp_flag_64<> flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP); __kmp_tree_barrier_release() local
994 kmp_flag_64<> flag(&child_bar->b_go, child_thr); __kmp_tree_barrier_release() local
1160 kmp_flag_64<> flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP); __kmp_hyper_barrier_release() local
1260 kmp_flag_64<> flag(&child_bar->b_go, child_thr); __kmp_hyper_barrier_release() local
1407 kmp_flag_64<> flag(&thr_bar->b_arrived, leaf_state); __kmp_hierarchical_barrier_gather() local
1443 kmp_flag_64<> flag(&child_bar->b_arrived, new_state); __kmp_hierarchical_barrier_gather() local
1472 kmp_flag_64<> flag(&child_bar->b_arrived, new_state); __kmp_hierarchical_barrier_gather() local
1502 kmp_flag_64<> flag(&thr_bar->b_arrived, __kmp_hierarchical_barrier_gather() local
1508 kmp_flag_oncore flag(&thr_bar->parent_bar->b_arrived, __kmp_hierarchical_barrier_gather() local
1548 kmp_flag_64<> flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP); __kmp_hierarchical_barrier_release() local
1556 kmp_flag_oncore flag(&thr_bar->parent_bar->b_go, KMP_BARRIER_STATE_BUMP, __kmp_hierarchical_barrier_release() local
1695 kmp_flag_64<> flag(&child_bar->b_go, child_thr); __kmp_hierarchical_barrier_release() local
1720 kmp_flag_64<> flag(&child_bar->b_go, child_thr); __kmp_hierarchical_barrier_release() local
[all...]
/llvm-project/third-party/benchmark/src/
H A Dcommandlineflags.cc112 static std::string FlagToEnvVar(const char* flag) { in FlagToEnvVar()
125 bool BoolFromEnv(const char* flag, bool default_val) { in BoolFromEnv()
132 int32_t Int32FromEnv(const char* flag, int32_t default_val) { in Int32FromEnv()
145 double DoubleFromEnv(const char* flag, double default_val) { in DoubleFromEnv()
158 const char* StringFromEnv(const char* flag, const char* default_val) { in StringFromEnv()
166 const char* flag, std::map<std::string, std::string> default_val) { in KvPairsFromEnv()
184 const char* ParseFlagValue(const char* str, const char* flag, in ParseFlagValue()
210 bool ParseBoolFlag(const char* str, const char* flag, bool* value) { in ParseBoolFlag()
223 bool ParseInt32Flag(const char* str, const char* flag, int32_t* value) { in ParseInt32Flag()
236 bool ParseDoubleFlag(const char* str, const char* flag, double* value) { in ParseDoubleFlag()
[all …]
/llvm-project/clang/test/Analysis/
H A Dtrack-control-dependency-conditions.cpp30 int flag; variable
59 int flag; variable
90 int flag; variable
132 if (int flag = foo()) // debug-note-re{{{{^}}Tracking condition 'flag'{{$}}}} in test() local
292 int flag; variable
327 int flag = getInt(); in f() local
338 int flag; variable
355 int flag; variable
379 int flag = 0; variable
419 int flag = 0; in f() local
[all …]
H A Dlive-stmts.cpp67 void testIfBranchExpression(bool flag) { in testIfBranchExpression() argument
95 void testWhileBodyExpression(bool flag) { in testWhileBodyExpression() argument
123 void testDoWhileBodyExpression(bool flag) { in testDoWhileBodyExpression() argument
152 void testForBodyExpression(bool flag) { in testForBodyExpression() argument
H A Dcall_once.cpp160 static std::once_flag flag; in test_func_pointers() local
182 std::once_flag flag; in test_function_objects_warning() local
195 std::once_flag flag; in test_param_passing_lambda() local
210 std::once_flag flag; in test_param_passing_lambda_false() local
224 std::once_flag flag; in test_param_passing_stored_lambda() local
239 std::once_flag flag; in test_multiparam_passing_lambda() local
255 std::once_flag flag; in test_param_passing_lambda_global() local
272 std::once_flag flag; in test_param_passing_funcptr() local
284 std::once_flag flag; in test_blocks() local
316 static std::once_flag flag; in test_lambda_refcapture() local
[all …]
H A Dmalloc-bodyfarms.cpp18 std::once_flag flag; in test_no_state_change_in_body_farm() local
25 std::once_flag flag; in test_no_state_change_in_body_farm_2() local
/llvm-project/clang/test/CodeGenCUDA/
H A Datomic-ops.cu18 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_SINGLETHREAD); in atomic32_op_singlethread() local
56 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_WAVEFRONT); in atomic32_op_wavefront() local
93 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_WORKGROUP); in atomic32_op_workgroup() local
129 bool flag in atomic32_op_agent() local
166 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_SYSTEM); atomic32_op_system() local
203 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_SINGLETHREAD); atomic64_op_singlethread() local
244 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_WAVEFRONT); atomic64_op_wavefront() local
285 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_WORKGROUP); atomic64_op_workgroup() local
323 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_AGENT); atomic64_op_agent() local
362 bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RELAXED, __HIP_MEMORY_SCOPE_SYSTEM); atomic64_op_system() local
[all...]
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DLogging.py20 def error(self, msg, enable_prefix=True, flag=None): argument
29 def warning(self, msg, enable_prefix=True, flag=None): argument
38 def note(self, msg, enable_prefix=True, flag=None): argument
/llvm-project/libcxx/test/libcxx/thread/
H A Datomic.availability.verify.cpp49 std::atomic_flag flag; in f() local
64 std::atomic_flag volatile flag; in f() local
/llvm-project/openmp/runtime/test/tasking/
H A Dtaskdep_if0_2.c12 static void wait_on_flag(int *flag) { in wait_on_flag()
28 static void signal_flag(int *flag) { in signal_flag()
H A Domp50_taskwait_depend.c20 static void wait_on_flag(int *flag) { in wait_on_flag()
36 static void signal_flag(int *flag) { in signal_flag()
/llvm-project/clang/test/Parser/
H A Ddecomposed-condition.cpp19 bool flag; member
24 bool flag; member
68 bool flag; member
H A Dcxx-namespace-after-missing-semicolon.cpp21 const baz::Bool flag = false; // ok variable
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage-multi-decl-uuc.cpp21 void uuc_if_body1(bool flag) { in uuc_if_body1()
30 void uuc_if_body2(bool flag) { in uuc_if_body2()
41 void uuc_if_body2_ptr_init(bool flag) { in uuc_if_body2_ptr_init()
H A Duninit-variables.cpp38 const bool flag = true; in test3() local
46 const bool flag = true; in test3_b() local
54 const bool flag = false; in test3_c() local
H A Dwarn-unsafe-buffer-usage-multi-decl-uuc-fixits.cpp32 void uuc_if_body1(bool flag) { in uuc_if_body1()
47 void uuc_if_body2_ptr_init(bool flag) { in uuc_if_body2_ptr_init()
/llvm-project/libc/test/integration/src/pthread/
H A Dpthread_once_test.cpp30 static pthread_once_t flag = PTHREAD_ONCE_INIT; in func() local
68 static pthread_once_t flag; in once_func_caller() local
/llvm-project/libc/test/integration/src/threads/
H A Dcall_once_test.cpp29 static once_flag flag = ONCE_FLAG_INIT; in func() local
68 static once_flag flag; in once_func_caller() local
/llvm-project/flang/test/Semantics/
H A Ddoconcurrent02.f9030 subroutine do_concurrent_test2(i,j,n,flag) argument
33 integer :: i, j, n, flag, flag2 local
/llvm-project/libcxx/utils/libcxx/test/
H A Ddsl.py210 def tryCompileFlag(config, flag): argument
223 def hasCompileFlag(config, flag): argument
363 def _ensureFlagIsSupported(config, flag): argument
439 __init__(self, flag) global() argument
461 __init__(self, flag) global() argument
483 __init__(self, flag) global() argument
505 __init__(self, flag) global() argument
527 __init__(self, flag) global() argument
550 __init__(self, flag) global() argument
[all...]
/llvm-project/libc/src/__support/threads/
H A Dcallonce.h32 callonce(CallOnceFlag * flag,CallOnceCallback * callback) callonce() argument
/llvm-project/libc/src/__support/threads/linux/
H A Dcallonce.h25 callonce_fastpath(CallOnceFlag * flag) callonce_fastpath() argument
/llvm-project/clang/test/OpenMP/
H A Dcancel_codegen.cpp30 float flag; variable
/llvm-project/libcxx/src/
H A Dcall_once.cpp31 void __call_once(volatile once_flag::_State_type& flag, void* arg, void (*func)(void*)) { in __call_once() argument
[all...]

12345678