/llvm-project/libcxx/test/std/atomics/atomics.ref/ |
H A D | fetch_sub.pass.cpp | 90 auto fetch_sub_no_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { x.fetch_sub(old_val - new_val); }; in operator ()() argument 80 __anonfb0a6c360102(std::atomic_ref<T> const& x, T old_val, T new_val) operator ()() argument 89 __anonfb0a6c360302(std::atomic_ref<T> const& x, T old_val, T new_val) operator ()() argument
|
H A D | fetch_add.pass.cpp | 90 auto fetch_add_no_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { x.fetch_add(new_val - old_val); }; in operator ()() argument 80 __anonb6daf4550102(std::atomic_ref<T> const& x, T old_val, T new_val) operator ()() argument 89 __anonb6daf4550302(std::atomic_ref<T> const& x, T old_val, T new_val) operator ()() argument
|
H A D | compare_exchange_weak.pass.cpp | 82 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 91 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 121 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 134 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 150 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 163 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
H A D | compare_exchange_strong.pass.cpp | 82 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 90 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 120 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 132 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 147 auto store = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()() 159 auto store_one_arg = [](std::atomic_ref<T> const& x, T old_val, T new_val) { in operator ()()
|
H A D | operator_plus_equals.pass.cpp | 59 __anon7daa041c0102(std::atomic_ref<T> const& x, T old_val, T new_val) operator ()() argument
|
H A D | operator_minus_equals.pass.cpp | 59 __anon722787e40102(std::atomic_ref<T> const& x, T old_val, T new_val) operator ()() argument
|
/llvm-project/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/ |
H A D | compare_exchange_weak.pass.cpp | 85 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 94 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 124 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 137 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 153 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 166 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
|
H A D | compare_exchange_strong.pass.cpp | 76 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 84 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 113 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 125 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 140 auto store = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl() 152 auto store_one_arg = [](MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) { in test_impl()
|
H A D | fetch_add.pass.cpp | 88 __anonbd7ea73e0302(MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) test_impl() argument
|
H A D | fetch_sub.pass.cpp | 89 __anon01ae1f1f0302(MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) test_impl() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_atomic_test.cpp | 115 Type old_val = 42; in CheckAtomicCompareExchange() local 125 Type old_val = 42; in CheckAtomicCompareExchange() local
|
/llvm-project/libcxx/test/libcxx/atomics/atomics.syn/ |
H A D | wait.pass.cpp |
|
/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/ |
H A D | stop-hook-threads.cpp | 20 uint32_t old_val = g_val; in access_pool() local
|
/llvm-project/flang/test/Semantics/ |
H A D | atomic08.f90 | 9 integer(kind=atomic_int_kind) :: scalar_coarray[*], non_scalar_coarray(10)[*], val, old_val, non_coarray variable [all...] |
H A D | atomic05.f90 | 9 integer(kind=atomic_int_kind) :: scalar_coarray[*], non_scalar_coarray(10)[*], val, old_val, non_coarray variable [all...] |
H A D | atomic06.f90 | 9 integer(kind=atomic_int_kind) :: scalar_coarray[*], non_scalar_coarray(10)[*], val, old_val, non_coarray variable [all...] |
H A D | atomic07.f90 | 9 integer(kind=atomic_int_kind) :: scalar_coarray[*], non_scalar_coarray(10)[*], val, old_val, non_coarray variable [all...] |
/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/ |
H A D | main.cpp | 38 char old_val = *g_char_ptr; in access_pool() local
|
/llvm-project/lldb/test/API/commands/watchpoints/hello_watchlocation/ |
H A D | main.cpp | 39 char old_val = *g_char_ptr; in access_pool() local
|
/llvm-project/clang/test/Sema/ |
H A D | atomic-ops.c | 318 _Bool old_val = atomic_flag_test_and_set(&guard); f() local
|
/llvm-project/third-party/benchmark/tools/gbench/ |
H A D | report.py | 87 def calculate_change(old_val, new_val): argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 229 uptr old_val = 0; AsyncSignalSafeLazyInitFakeStack() local
|