Searched refs:atomic_fetch_and_explicit (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
| H A D | atomic_fetch_and_explicit.pass.cpp | 34 assert(std::atomic_fetch_and_explicit(&t, T(2), in operator ()() 38 ASSERT_NOEXCEPT(std::atomic_fetch_and_explicit(&t, T(2), std::memory_order_seq_cst)); in operator ()() 43 assert(std::atomic_fetch_and_explicit(&t, T(2), in operator ()() 47 ASSERT_NOEXCEPT(std::atomic_fetch_and_explicit(&t, T(2), std::memory_order_seq_cst)); in operator ()()
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | stdatomic.h | 205 using std::atomic_fetch_and_explicit _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 353 T atomic_fetch_and_explicit(volatile atomic<T>*, atomic<T>::value_type, 356 T atomic_fetch_and_explicit(atomic<T>*, atomic<T>::value_type, 2228 // atomic_fetch_and_explicit 2237 atomic_fetch_and_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_… 2249 atomic_fetch_and_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_order __m…
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 155 #define atomic_fetch_and_explicit __c11_atomic_fetch_and macro
|
| H A D | opencl-c.h | 13416 int __ovld atomic_fetch_and_explicit(volatile atomic_int *, int, memory_order); 13417 uint __ovld atomic_fetch_and_explicit(volatile atomic_uint *, uint, memory_order); 13431 long __ovld atomic_fetch_and_explicit(volatile atomic_long *, long, memory_order); 13432 ulong __ovld atomic_fetch_and_explicit(volatile atomic_ulong *, ulong, memory_order); 13458 int __ovld atomic_fetch_and_explicit(volatile __global atomic_int *, int, memory_order); 13459 int __ovld atomic_fetch_and_explicit(volatile __local atomic_int *, int, memory_order); 13460 uint __ovld atomic_fetch_and_explicit(volatile __global atomic_uint *, uint, memory_order); 13461 uint __ovld atomic_fetch_and_explicit(volatile __local atomic_uint *, uint, memory_order); 13499 long __ovld atomic_fetch_and_explicit(volatile __global atomic_long *, long, memory_order); 13500 long __ovld atomic_fetch_and_explicit(volatile __local atomic_long *, long, memory_order); [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/ |
| H A D | types.compile.pass.cpp | 220 using ::atomic_fetch_and_explicit; in f()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | atomic-ops.c | 297 k = atomic_fetch_and_explicit(&n, k, memory_order_acq_rel); in f()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 258 SYMBOL(atomic_fetch_and_explicit, None, <stdatomic.h>)
|
| H A D | StdSymbolMap.inc | 109 SYMBOL(atomic_fetch_and_explicit, std::, <atomic>)
|