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 D | atomic_fetch_and.pass.cpp | 32 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 D | options.h | 52 atomic_fetch_and(&Val, ~(1U << static_cast<u32>(Opt)), in clear()
|
| H A D | atomic_helpers.h | 93 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 D | stdatomic.h | 204 using std::atomic_fetch_and _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 349 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 D | stdatomic.h | 154 #define atomic_fetch_and(object, operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) macro
|
| H A D | opencl-c.h | 13297 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 D | atomics_2.ll | 155 ; 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 D | types.compile.pass.cpp | 219 using ::atomic_fetch_and; in f()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | atomic-ops.c | 292 k = atomic_fetch_and(&n, k); in f()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 257 SYMBOL(atomic_fetch_and, None, <stdatomic.h>)
|
| H A D | StdSymbolMap.inc | 108 SYMBOL(atomic_fetch_and, std::, <atomic>)
|