Home
last modified time | relevance | path

Searched refs:atomic_fetch_or_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 Datomic_fetch_or_explicit.pass.cpp34 assert(std::atomic_fetch_or_explicit(&t, T(2), in operator ()()
38 ASSERT_NOEXCEPT(std::atomic_fetch_or_explicit(&t, T(2), std::memory_order_seq_cst)); in operator ()()
43 assert(std::atomic_fetch_or_explicit(&t, T(2), in operator ()()
47 ASSERT_NOEXCEPT(std::atomic_fetch_or_explicit(&t, T(2), std::memory_order_seq_cst)); in operator ()()
/llvm-project-15.0.7/libcxx/include/
H A Dstdatomic.h207 using std::atomic_fetch_or_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic363 T atomic_fetch_or_explicit(volatile atomic<T>*, atomic<T>::value_type,
366 T atomic_fetch_or_explicit(atomic<T>*, atomic<T>::value_type,
2280 // atomic_fetch_or_explicit
2289 atomic_fetch_or_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_o…
2301 atomic_fetch_or_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_order __m)…
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdatomic.h149 #define atomic_fetch_or_explicit __c11_atomic_fetch_or macro
H A Dopencl-c.h13412 int __ovld atomic_fetch_or_explicit(volatile atomic_int *, int, memory_order);
13413 uint __ovld atomic_fetch_or_explicit(volatile atomic_uint *, uint, memory_order);
13427 long __ovld atomic_fetch_or_explicit(volatile atomic_long *, long, memory_order);
13428 ulong __ovld atomic_fetch_or_explicit(volatile atomic_ulong *, ulong, memory_order);
13450 int __ovld atomic_fetch_or_explicit(volatile __global atomic_int *, int, memory_order);
13451 int __ovld atomic_fetch_or_explicit(volatile __local atomic_int *, int, memory_order);
13452 uint __ovld atomic_fetch_or_explicit(volatile __global atomic_uint *, uint, memory_order);
13453 uint __ovld atomic_fetch_or_explicit(volatile __local atomic_uint *, uint, memory_order);
13483 long __ovld atomic_fetch_or_explicit(volatile __global atomic_long *, long, memory_order);
13484 long __ovld atomic_fetch_or_explicit(volatile __local atomic_long *, long, memory_order);
[all …]
/llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/
H A Dtypes.compile.pass.cpp222 using ::atomic_fetch_or_explicit; in f()
/llvm-project-15.0.7/clang/test/Sema/
H A Datomic-ops.c298 k = atomic_fetch_or_explicit(&n, k, memory_order_consume); in f()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc260 SYMBOL(atomic_fetch_or_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc111 SYMBOL(atomic_fetch_or_explicit, std::, <atomic>)