/llvm-project/libcxx/test/std/atomics/atomics.ref/ |
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 ()() 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 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 ()() 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 D | store.pass.cpp | 40 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 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 | load.pass.cpp | 43 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 D | wait.pass.cpp | 60 …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 D | assign.pass.cpp | 40 __anon4dce88880102(std::atomic_ref<T> const& y, T, T new_val) operator ()() argument
|
H A D | convert.pass.cpp | 36 auto store = [](std::atomic_ref<T> const& y, T, T new_val) { y.store(new_val); }; in operator ()() argument
|
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() 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 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() 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 D | exchange.pass.cpp | 51 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 D | store.pass.cpp | 81 …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 D | fetch_add.pass.cpp | 98 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 D | fetch_sub.pass.cpp | 99 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 D | wait.pass.cpp | 81 __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 D | load.pass.cpp | 108 __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 D | assign.pass.cpp | 41 __anon31b7fc110102(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
|
H A D | operator.float.pass.cpp | 37 __anonb11a06dc0102(MaybeVolatile<std::atomic<T>>& x, T, T new_val) test_impl() argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_atomic_test.cpp | 116 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 D | wait.pass.cpp |
|
/llvm-project/lldb/test/API/python_api/watchpoint/watchlocation/ |
H A D | main.cpp | 26 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 D | main.cpp | 26 do_bad_thing_with_location(char *char_ptr, char new_val) in do_bad_thing_with_location()
|