Searched refs:atomic_fetch_or (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/ |
| H A D | atomic_fetch_or.pass.cpp | 32 assert(std::atomic_fetch_or(&t, T(2)) == T(1)); in operator ()() 35 ASSERT_NOEXCEPT(std::atomic_fetch_or(&t, T(2))); in operator ()() 40 assert(std::atomic_fetch_or(&t, T(2)) == T(3)); in operator ()() 43 ASSERT_NOEXCEPT(std::atomic_fetch_or(&t, T(2))); in operator ()()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | options.h | 57 atomic_fetch_or(&Val, 1U << static_cast<u32>(Opt), memory_order_relaxed); in set()
|
| H A D | atomic_helpers.h | 100 inline typename T::Type atomic_fetch_or(volatile T *A, typename T::Type V, in atomic_fetch_or() function
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | stdatomic.h | 206 using std::atomic_fetch_or _LIBCPP_USING_IF_EXISTS;
|
| H A D | atomic | 359 T atomic_fetch_or(volatile atomic<T>*, atomic<T>::value_type) noexcept; 361 T atomic_fetch_or(atomic<T>*, atomic<T>::value_type) noexcept; 2254 // atomic_fetch_or 2263 atomic_fetch_or(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT 2275 atomic_fetch_or(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | stdatomic.h | 148 #define atomic_fetch_or(object, operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) macro
|
| H A D | opencl-c.h | 13293 int __ovld atomic_fetch_or(volatile atomic_int *, int); 13294 uint __ovld atomic_fetch_or(volatile atomic_uint *, uint); 13308 long __ovld atomic_fetch_or(volatile atomic_long *, long); 13309 ulong __ovld atomic_fetch_or(volatile atomic_ulong *, ulong); 13331 int __ovld atomic_fetch_or(volatile __global atomic_int *, int); 13332 int __ovld atomic_fetch_or(volatile __local atomic_int *, int); 13333 uint __ovld atomic_fetch_or(volatile __global atomic_uint *, uint); 13334 uint __ovld atomic_fetch_or(volatile __local atomic_uint *, uint); 13364 long __ovld atomic_fetch_or(volatile __global atomic_long *, long); 13365 long __ovld atomic_fetch_or(volatile __local atomic_long *, long); [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/ |
| H A D | atomics_2.ll | 176 ; CHECK: w0 = atomic_fetch_or((u32 *)(r1 + 0), w0) 186 ; CHECK: r0 = atomic_fetch_or((u64 *)(r1 + 0), r0)
|
| /llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/ |
| H A D | types.compile.pass.cpp | 221 using ::atomic_fetch_or; in f()
|
| /llvm-project-15.0.7/clang/test/SemaOpenCL/ |
| H A D | fdeclare-opencl-builtins.cl | 142 ip = atomic_fetch_or(a_intptr, ip); 143 uip = atomic_fetch_or(a_uintptr, uip);
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | atomic-ops.c | 106 return atomic_fetch_or(i, 1); in fi3e()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | atomic-ops.c | 293 k = atomic_fetch_or(&n, k); in f()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/ |
| H A D | CSymbolMap.inc | 259 SYMBOL(atomic_fetch_or, None, <stdatomic.h>)
|
| H A D | StdSymbolMap.inc | 110 SYMBOL(atomic_fetch_or, std::, <atomic>)
|