Searched refs:atomic_fetch_or_explicit (Results 1 – 7 of 7) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Headers/ |
H A D | stdatomic.h | 152 #define atomic_fetch_or_explicit __c11_atomic_fetch_or macro
|
H A D | opencl-c.h | 13412 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 …]
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | stdatomic.h | 207 using std::atomic_fetch_or_explicit _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 363 T atomic_fetch_or_explicit(volatile atomic<T>*, atomic<T>::value_type, 366 T atomic_fetch_or_explicit(atomic<T>*, atomic<T>::value_type, 2270 // atomic_fetch_or_explicit 2279 atomic_fetch_or_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_o… 2291 atomic_fetch_or_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_order __m)…
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 260 SYMBOL(atomic_fetch_or_explicit, None, <stdatomic.h>)
|
H A D | StdSymbolMap.inc | 111 SYMBOL(atomic_fetch_or_explicit, std::, <atomic>)
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 528 defm : DemangledNativeBuiltin<"atomic_fetch_or_explicit", OpenCL_std, Atomic, 4, 6, OpAtomicOr>;
|