Home
last modified time | relevance | path

Searched defs:new_val (Results 1 – 25 of 34) sorted by relevance

12

/llvm-project/libcxx/test/std/atomics/atomics.ref/
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 ()()
101 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() argument
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 ()()
179 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() argument
212 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::s… in operator ()() argument
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 ()()
99 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() argument
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 ()()
174 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() argument
207 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::s… in operator ()() argument
H A Dstore.pass.cpp40 auto store_no_arg = [](std::atomic_ref<T> const& y, T, T new_val) { y.store(new_val); }; in operator ()() argument
41 auto store_with_order = [](std::atomic_ref<T> const& y, T, T new_val) { in operator ()() argument
51 …auto store = [](std::atomic_ref<T> const& y, T, T new_val) { y.store(new_val, std::memory_order::r… in operator ()() argument
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 Dload.pass.cpp43 auto store = [](std::atomic_ref<T> const& y, T, T new_val) { y.store(new_val); }; in operator ()() argument
52 …auto store = [](std::atomic_ref<T> const& y, T, T new_val) { y.store(new_val, std::memory_order::r… in operator ()() argument
H A Dwait.pass.cpp60 …auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val, std::memory_order::r… in operator ()() argument
71 auto store = [](std::atomic_ref<T> const& x, T, T new_val) { x.store(new_val); }; in operator ()() argument
H A Dassign.pass.cpp40 __anon4dce88880102(std::atomic_ref<T> const& y, T, T new_val) operator ()() argument
H A Dconvert.pass.cpp36 auto store = [](std::atomic_ref<T> const& y, T, T new_val) { y.store(new_val); }; in operator ()() argument
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()
104 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
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()
182 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
214 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
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()
93 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
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()
167 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
199 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
H A Dexchange.pass.cpp51 auto exchange_no_arg = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.exchange(new_val); }; in test_impl() argument
41 __anon802034af0102(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
50 __anon802034af0302(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
H A Dstore.pass.cpp81 …auto store = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val, std::memory_ord… in test_impl() argument
88 … auto store_no_arg = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x.store(new_val); }; in test_impl() argument
89 auto store_with_order = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { in test_impl() argument
H A Dfetch_add.pass.cpp98 auto fetch_add = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { x.fetch_add(new_val - old_value); }; in test_impl() argument
88 __anonbd7ea73e0302(MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) test_impl() argument
97 __anonbd7ea73e0502(MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) test_impl() argument
H A Dfetch_sub.pass.cpp99 auto fetch_sub = [](MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) { x.fetch_sub(old_value - new_val); }; in test_impl() argument
89 __anon01ae1f1f0302(MaybeVolatile<std::atomic<T>>& x, T old_val, T new_val) test_impl() argument
98 __anon01ae1f1f0502(MaybeVolatile<std::atomic<T>>& x, T old_value, T new_val) test_impl() argument
H A Dwait.pass.cpp81 __anonba7411610202(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
92 __anonba7411610402(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
H A Dload.pass.cpp108 __anon931f080c0402(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
115 __anon931f080c0602(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
H A Dassign.pass.cpp41 __anon31b7fc110102(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
H A Doperator.float.pass.cpp37 __anonb11a06dc0102(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_atomic_test.cpp116 Type new_val = 24; in CheckAtomicCompareExchange() local
126 Type new_val = 24; in CheckAtomicCompareExchange() local
/llvm-project/libcxx/test/libcxx/atomics/atomics.syn/
H A Dwait.pass.cpp
/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/
H A Dmain.cpp26 do_bad_thing_with_location(char *char_ptr, char new_val) in do_bad_thing_with_location()
/llvm-project/lldb/test/API/commands/watchpoints/hello_watchlocation/
H A Dmain.cpp26 do_bad_thing_with_location(char *char_ptr, char new_val) in do_bad_thing_with_location()

12