Home
last modified time | relevance | path

Searched refs:atomic_fetch_and (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
H A Datomic_fetch_and.pass.cpp32 assert(std::atomic_fetch_and(&t, T(2)) == T(1)); in operator ()()
35 ASSERT_NOEXCEPT(std::atomic_fetch_and(&t, T(2))); in operator ()()
40 assert(std::atomic_fetch_and(&t, T(2)) == T(3)); in operator ()()
43 ASSERT_NOEXCEPT(std::atomic_fetch_and(&t, T(2))); in operator ()()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Doptions.h52 atomic_fetch_and(&Val, ~(1U << static_cast<u32>(Opt)), in clear()
H A Datomic_helpers.h93 inline typename T::Type atomic_fetch_and(volatile T *A, typename T::Type V, in atomic_fetch_and() function
/llvm-project-15.0.7/libcxx/include/
H A Dstdatomic.h204 using std::atomic_fetch_and _LIBCPP_USING_IF_EXISTS;
H A Datomic349 T atomic_fetch_and(volatile atomic<T>*, atomic<T>::value_type) noexcept;
351 T atomic_fetch_and(atomic<T>*, atomic<T>::value_type) noexcept;
2202 // atomic_fetch_and
2211 atomic_fetch_and(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
2223 atomic_fetch_and(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdatomic.h154 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h13297 int __ovld atomic_fetch_and(volatile atomic_int *, int);
13298 uint __ovld atomic_fetch_and(volatile atomic_uint *, uint);
13312 long __ovld atomic_fetch_and(volatile atomic_long *, long);
13313 ulong __ovld atomic_fetch_and(volatile atomic_ulong *, ulong);
13339 int __ovld atomic_fetch_and(volatile __global atomic_int *, int);
13340 int __ovld atomic_fetch_and(volatile __local atomic_int *, int);
13341 uint __ovld atomic_fetch_and(volatile __global atomic_uint *, uint);
13342 uint __ovld atomic_fetch_and(volatile __local atomic_uint *, uint);
13380 long __ovld atomic_fetch_and(volatile __global atomic_long *, long);
13381 long __ovld atomic_fetch_and(volatile __local atomic_long *, long);
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/BPF/
H A Datomics_2.ll155 ; CHECK: w0 = atomic_fetch_and((u32 *)(r1 + 0), w0)
165 ; CHECK: r0 = atomic_fetch_and((u64 *)(r1 + 0), r0)
/llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/
H A Dtypes.compile.pass.cpp219 using ::atomic_fetch_and; in f()
/llvm-project-15.0.7/clang/test/Sema/
H A Datomic-ops.c292 k = atomic_fetch_and(&n, k); in f()
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc257 SYMBOL(atomic_fetch_and, None, <stdatomic.h>)
H A DStdSymbolMap.inc108 SYMBOL(atomic_fetch_and, std::, <atomic>)