Searched refs:atomic_fetch_xor_explicit (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
| H A D | atomic_fetch_xor_explicit.pass.cpp | 34 assert(std::atomic_fetch_xor_explicit(&t, T(2), in operator ()() 38 ASSERT_NOEXCEPT(std::atomic_fetch_xor_explicit(&t, T(2), std::memory_order_seq_cst)); in operator ()() 43 assert(std::atomic_fetch_xor_explicit(&t, T(2), in operator ()() 47 ASSERT_NOEXCEPT(std::atomic_fetch_xor_explicit(&t, T(2), std::memory_order_seq_cst)); in operator ()()
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 152 #define atomic_fetch_xor_explicit __c11_atomic_fetch_xor macro
|
| H A D | opencl-c.h | 13414 int __ovld atomic_fetch_xor_explicit(volatile atomic_int *, int, memory_order); 13415 uint __ovld atomic_fetch_xor_explicit(volatile atomic_uint *, uint, memory_order); 13429 long __ovld atomic_fetch_xor_explicit(volatile atomic_long *, long, memory_order); 13430 ulong __ovld atomic_fetch_xor_explicit(volatile atomic_ulong *, ulong, memory_order); 13454 int __ovld atomic_fetch_xor_explicit(volatile __global atomic_int *, int, memory_order); 13455 int __ovld atomic_fetch_xor_explicit(volatile __local atomic_int *, int, memory_order); 13456 uint __ovld atomic_fetch_xor_explicit(volatile __global atomic_uint *, uint, memory_order); 13457 uint __ovld atomic_fetch_xor_explicit(volatile __local atomic_uint *, uint, memory_order); 13491 long __ovld atomic_fetch_xor_explicit(volatile __global atomic_long *, long, memory_order); 13492 long __ovld atomic_fetch_xor_explicit(volatile __local atomic_long *, long, memory_order); [all …]
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | atomic | 373 T atomic_fetch_xor_explicit(volatile atomic<T>*, atomic<T>::value_type, 376 T atomic_fetch_xor_explicit(atomic<T>*, atomic<T>::value_type, 2332 // atomic_fetch_xor_explicit 2341 atomic_fetch_xor_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_… 2353 atomic_fetch_xor_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_order __m…
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | atomic-ops.c | 299 k = atomic_fetch_xor_explicit(&n, k, memory_order_relaxed); in f()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 264 SYMBOL(atomic_fetch_xor_explicit, None, <stdatomic.h>)
|
| H A D | StdSymbolMap.inc | 115 SYMBOL(atomic_fetch_xor_explicit, std::, <atomic>)
|