Searched refs:atomic_fetch_xor (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Headers/ |
| H A D | stdatomic.h | 159 #define atomic_fetch_xor(object, operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) macro
|
| H A D | opencl-c.h | 13295 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 …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | atomic.inc | 51 using std::atomic_fetch_xor;
|
| /freebsd-14.2/sys/sys/ |
| H A D | stdatomic.h | 361 #define atomic_fetch_xor(object, operand) \ macro
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | atomic.h | 593 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_xor(volatile atomic<_Tp>* __o, typename atomic<_Tp>::value_t… 598 _LIBCPP_HIDE_FROM_ABI _Tp atomic_fetch_xor(atomic<_Tp>* __o, typename atomic<_Tp>::value_type __op)…
|
| /freebsd-14.2/share/man/man3/ |
| H A D | Makefile | 91 ATOMIC_VAR_INIT.3 atomic_fetch_xor.3 \
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | atomic | 435 T atomic_fetch_xor(volatile atomic<T>*, atomic<T>::value_type) noexcept; 437 T atomic_fetch_xor(atomic<T>*, atomic<T>::value_type) noexcept;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 263 SYMBOL(atomic_fetch_xor, None, <stdatomic.h>)
|
| H A D | StdSymbolMap.inc | 706 SYMBOL(atomic_fetch_xor, std::, <atomic>)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 524 defm : DemangledNativeBuiltin<"atomic_fetch_xor", OpenCL_std, Atomic, 2, 4, OpAtomicXor>;
|