Home
last modified time | relevance | path

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

1234567

/llvm-project-15.0.7/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]); in __kmp_linear_barrier_gather_template() local
614 kmp_flag_64<true, false> flag( in __kmp_linear_barrier_gather_template() local
842 kmp_flag_64<> flag(&child_bar->b_arrived, new_state); in __kmp_tree_barrier_gather() local
918 kmp_flag_64<> flag(&thr_bar->b_go, KMP_BARRIER_STATE_BUMP); in __kmp_tree_barrier_release() local
994 kmp_flag_64<> flag(&child_bar->b_go, child_thr); in __kmp_tree_barrier_release() local
1260 kmp_flag_64<> flag(&child_bar->b_go, child_thr); in __kmp_hyper_barrier_release() local
1407 kmp_flag_64<> flag(&thr_bar->b_arrived, leaf_state); in __kmp_hierarchical_barrier_gather() local
1502 kmp_flag_64<> flag(&thr_bar->b_arrived, in __kmp_hierarchical_barrier_gather() local
1508 kmp_flag_oncore flag(&thr_bar->parent_bar->b_arrived, in __kmp_hierarchical_barrier_gather() local
1695 kmp_flag_64<> flag(&child_bar->b_go, child_thr); in __kmp_hierarchical_barrier_release() local
[all …]
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcommandlineflags.cc112 static std::string FlagToEnvVar(const char* flag) { in FlagToEnvVar()
124 bool BoolFromEnv(const char* flag, bool default_val) { in BoolFromEnv()
130 int32_t Int32FromEnv(const char* flag, int32_t default_val) { in Int32FromEnv()
142 double DoubleFromEnv(const char* flag, double default_val) { in DoubleFromEnv()
154 const char* StringFromEnv(const char* flag, const char* default_val) { in StringFromEnv()
161 const char* flag, std::map<std::string, std::string> default_val) { in KvPairsFromEnv()
179 const char* ParseFlagValue(const char* str, const char* flag, in ParseFlagValue()
204 bool ParseBoolFlag(const char* str, const char* flag, bool* value) { in ParseBoolFlag()
216 bool ParseInt32Flag(const char* str, const char* flag, int32_t* value) { in ParseInt32Flag()
251 bool ParseKeyValueFlag(const char* str, const char* flag, in ParseKeyValueFlag()
[all …]
/llvm-project-15.0.7/clang/test/Analysis/
H A Dtrack-control-dependency-conditions.cpp30 int flag; variable
59 int flag; variable
90 int flag; variable
292 int flag; variable
338 int flag; variable
355 int flag; variable
379 int flag = 0; variable
419 int flag = 0; in f() local
440 void f(int flag) { in f()
663 int flag; variable
[all …]
H A Dlive-stmts.cpp67 void testIfBranchExpression(bool flag) { in testIfBranchExpression()
95 void testWhileBodyExpression(bool flag) { in testWhileBodyExpression()
123 void testDoWhileBodyExpression(bool flag) { in testDoWhileBodyExpression()
152 void testForBodyExpression(bool flag) { in testForBodyExpression()
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
392 std::once_flag flag; in callback_with_implicit_cast_ok() 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
H A Dunary-sym-expr.c40 int test_fp(int flag) { in test_fp()
/llvm-project-15.0.7/clang/test/CodeGenCUDA/
H A Datomic-ops.cu17 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic32_op_singlethread() local
53 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic32_op_wavefront() local
88 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic32_op_workgroup() local
122 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic32_op_agent() local
157 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic32_op_system() local
192 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic64_op_singlethread() local
231 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic64_op_wavefront() local
270 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic64_op_workgroup() local
306 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic64_op_agent() local
343 …bool flag = __hip_atomic_compare_exchange_strong(ptr, &val, desired, __ATOMIC_RELAXED, __ATOMIC_RE… in atomic64_op_system() local
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock.cc62 const char* flag, in ParseGoogleMockFlagValue()
94 static bool ParseGoogleMockBoolFlag(const char* str, const char* flag, in ParseGoogleMockBoolFlag()
113 static bool ParseGoogleMockStringFlag(const char* str, const char* flag, in ParseGoogleMockStringFlag()
126 static bool ParseGoogleMockIntFlag(const char* str, const char* flag, in ParseGoogleMockIntFlag()
/llvm-project-15.0.7/libcxx/test/libcxx/thread/
H A Datomic.availability.verify.cpp52 std::atomic_flag flag; in main() local
67 std::atomic_flag volatile flag; in main() local
/llvm-project-15.0.7/flang/module/
H A D__fortran_ieee_exceptions.f9018 integer(kind=1) :: flag = 0 component
67 type(ieee_flag_type), intent(in) :: flag local
135 type(ieee_flag_type), intent(in) :: flag local
/llvm-project-15.0.7/openmp/runtime/test/tasking/
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()
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()
/llvm-project-15.0.7/clang/test/Parser/
H A Ddecomposed-condition.cpp19 bool flag; member
24 bool flag; member
68 bool flag; member
/llvm-project-15.0.7/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-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DWarning.py10 def warn(context, msg, flag=None): argument
/llvm-project-15.0.7/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-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h202 void setDebugModuleDir(bool flag) { debugModuleDir = flag; } in setDebugModuleDir()
204 void setWarnAsErr(bool flag) { warnAsErr = flag; } in setWarnAsErr()
206 void setUseAnalyzedObjectsForUnparse(bool flag) { in setUseAnalyzedObjectsForUnparse()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorPasses.cpp161 mlir::sparseParallelizationStrategy(int32_t flag) { in sparseParallelizationStrategy()
176 SparseVectorizationStrategy mlir::sparseVectorizationStrategy(int32_t flag) { in sparseVectorizationStrategy()
188 mlir::sparseToSparseConversionStrategy(int32_t flag) { in sparseToSparseConversionStrategy()
/llvm-project-15.0.7/clang/test/SemaCXX/
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
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dcancel_codegen.cpp30 float flag; variable
/llvm-project-15.0.7/libcxx/utils/libcxx/
H A Dcompiler.py238 def hasCompileFlag(self, flag): argument
251 def addFlagIfSupported(self, flag): argument
262 def addCompileFlagIfSupported(self, flag): argument
273 def hasWarningFlag(self, flag): argument
303 def addWarningFlagIfSupported(self, flag): argument
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dconditional-expr-lvalue.cpp2 void f(bool flag) { in f()
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/
H A Dleak_check_before_thread_started.cpp12 bool flag = false; variable

1234567