Home
last modified time | relevance | path

Searched refs:atomic_fetch_xor (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Headers/
H A Dstdatomic.h154 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h13295 int __ovld atomic_fetch_xor(volatile atomic_int *, int);
13296 uint __ovld atomic_fetch_xor(volatile atomic_uint *, uint);
13310 long __ovld atomic_fetch_xor(volatile atomic_long *, long);
13311 ulong __ovld atomic_fetch_xor(volatile atomic_ulong *, ulong);
13335 int __ovld atomic_fetch_xor(volatile __global atomic_int *, int);
13336 int __ovld atomic_fetch_xor(volatile __local atomic_int *, int);
13337 uint __ovld atomic_fetch_xor(volatile __global atomic_uint *, uint);
13338 uint __ovld atomic_fetch_xor(volatile __local atomic_uint *, uint);
13372 long __ovld atomic_fetch_xor(volatile __global atomic_long *, long);
13373 long __ovld atomic_fetch_xor(volatile __local atomic_long *, long);
[all …]
/openbsd/sys/dev/pci/drm/include/linux/
H A Datomic.h65 #define atomic_fetch_xor(n, p) __sync_fetch_and_xor(p, n) macro
/openbsd/gnu/llvm/libcxx/include/
H A Datomic369 T atomic_fetch_xor(volatile atomic<T>*, atomic<T>::value_type) noexcept;
371 T atomic_fetch_xor(atomic<T>*, atomic<T>::value_type) noexcept;
2296 // atomic_fetch_xor
2305 atomic_fetch_xor(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
2317 atomic_fetch_xor(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op) _NOEXCEPT
/openbsd/gnu/llvm/libcxx/docs/Status/
H A DCxx2bIssues.csv167 "`3671 <https://wg21.link/LWG3671>`__","``atomic_fetch_xor`` missing from ``stdatomic.h``","July 20…
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc263 SYMBOL(atomic_fetch_xor, None, <stdatomic.h>)
H A DStdSymbolMap.inc114 SYMBOL(atomic_fetch_xor, std::, <atomic>)
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td524 defm : DemangledNativeBuiltin<"atomic_fetch_xor", OpenCL_std, Atomic, 2, 4, OpAtomicXor>;