Home
last modified time | relevance | path

Searched refs:atomic_fetch_and_explicit (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Headers/
H A Dstdatomic.h158 #define atomic_fetch_and_explicit __c11_atomic_fetch_and macro
H A Dopencl-c.h13416 int __ovld atomic_fetch_and_explicit(volatile atomic_int *, int, memory_order);
13417 uint __ovld atomic_fetch_and_explicit(volatile atomic_uint *, uint, memory_order);
13431 long __ovld atomic_fetch_and_explicit(volatile atomic_long *, long, memory_order);
13432 ulong __ovld atomic_fetch_and_explicit(volatile atomic_ulong *, ulong, memory_order);
13458 int __ovld atomic_fetch_and_explicit(volatile __global atomic_int *, int, memory_order);
13459 int __ovld atomic_fetch_and_explicit(volatile __local atomic_int *, int, memory_order);
13460 uint __ovld atomic_fetch_and_explicit(volatile __global atomic_uint *, uint, memory_order);
13461 uint __ovld atomic_fetch_and_explicit(volatile __local atomic_uint *, uint, memory_order);
13499 long __ovld atomic_fetch_and_explicit(volatile __global atomic_long *, long, memory_order);
13500 long __ovld atomic_fetch_and_explicit(volatile __local atomic_long *, long, memory_order);
[all …]
/openbsd-src/gnu/llvm/libcxx/include/
H A Dstdatomic.h205 using std::atomic_fetch_and_explicit _LIBCPP_USING_IF_EXISTS;
H A Datomic353 T atomic_fetch_and_explicit(volatile atomic<T>*, atomic<T>::value_type,
356 T atomic_fetch_and_explicit(atomic<T>*, atomic<T>::value_type,
2218 // atomic_fetch_and_explicit
2227 atomic_fetch_and_explicit(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_…
2239 atomic_fetch_and_explicit(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op, memory_order __m…
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc258 SYMBOL(atomic_fetch_and_explicit, None, <stdatomic.h>)
H A DStdSymbolMap.inc109 SYMBOL(atomic_fetch_and_explicit, std::, <atomic>)
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td530 defm : DemangledNativeBuiltin<"atomic_fetch_and_explicit", OpenCL_std, Atomic, 4, 6, OpAtomicAnd>;