Searched refs:atomic_long (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | aliases.h | 36 using atomic_long = atomic<long>; variable
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 13254 void __ovld atomic_init(volatile atomic_long *, long); 13269 void __ovld atomic_init(volatile __global atomic_long *, long); 13270 void __ovld atomic_init(volatile __local atomic_long *, long); 13304 long __ovld atomic_fetch_add(volatile atomic_long *, long); 13306 long __ovld atomic_fetch_sub(volatile atomic_long *, long); 13308 long __ovld atomic_fetch_or(volatile atomic_long *, long); 13310 long __ovld atomic_fetch_xor(volatile atomic_long *, long); 13312 long __ovld atomic_fetch_and(volatile atomic_long *, long); 13314 long __ovld atomic_fetch_min(volatile atomic_long *, long); 13316 long __ovld atomic_fetch_max(volatile atomic_long *, long); [all …]
|
H A D | stdatomic.h | 106 typedef _Atomic(long) atomic_long; typedef
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | stdatomic.h | 50 using std::atomic_long // see below 153 using std::atomic_long _LIBCPP_USING_IF_EXISTS;
|
H A D | atomic | 474 typedef atomic<long> atomic_long;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | atomic.cppm |
|
H A D | atomic.inc | 68 using std::atomic_long _LIBCPP_USING_IF_EXISTS;
|
/freebsd/sys/sys/ |
H A D | stdatomic.h | 198 typedef _Atomic(long) atomic_long; typedef
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 286 SYMBOL(atomic_long, None, <stdatomic.h>)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 410 …def AtomicLong : Type<"atomic_long", QualType<"Context.getAtomicType(Context.LongTy)">>;
|