Home
last modified time | relevance | path

Searched defs:old_val (Results 1 – 22 of 22) sorted by relevance

/llvm-project/libcxx/test/std/atomics/atomics.ref/
H A Dfetch_sub.pass.cpp90 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 Dfetch_add.pass.cpp90 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 Dcompare_exchange_weak.pass.cpp82 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 Dcompare_exchange_strong.pass.cpp82 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 Doperator_plus_equals.pass.cpp59 __anon7daa041c0102(std::atomic_ref<T> const& x, T old_val, T new_val) operator ()() argument
H A Doperator_minus_equals.pass.cpp59 __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 Dcompare_exchange_weak.pass.cpp85 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 Dcompare_exchange_strong.pass.cpp76 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 Dfetch_add.pass.cpp88 __anonbd7ea73e0302(MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) test_impl() argument
H A Dfetch_sub.pass.cpp89 __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 Dsanitizer_atomic_test.cpp115 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 Dwait.pass.cpp
/llvm-project/lldb/test/Shell/ExecControl/StopHook/Inputs/
H A Dstop-hook-threads.cpp20 uint32_t old_val = g_val; in access_pool() local
/llvm-project/flang/test/Semantics/
H A Datomic08.f909 integer(kind=atomic_int_kind) :: scalar_coarray[*], non_scalar_coarray(10)[*], val, old_val, non_coarray variable
[all...]
H A Datomic05.f909 integer(kind=atomic_int_kind) :: scalar_coarray[*], non_scalar_coarray(10)[*], val, old_val, non_coarray variable
[all...]
H A Datomic06.f909 integer(kind=atomic_int_kind) :: scalar_coarray[*], non_scalar_coarray(10)[*], val, old_val, non_coarray variable
[all...]
H A Datomic07.f909 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 Dmain.cpp38 char old_val = *g_char_ptr; in access_pool() local
/llvm-project/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A Dmain.cpp39 char old_val = *g_char_ptr; in access_pool() local
/llvm-project/clang/test/Sema/
H A Datomic-ops.c318 _Bool old_val = atomic_flag_test_and_set(&guard); f() local
/llvm-project/third-party/benchmark/tools/gbench/
H A Dreport.py87 def calculate_change(old_val, new_val): argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp229 uptr old_val = 0; AsyncSignalSafeLazyInitFakeStack() local