Home
last modified time | relevance | path

Searched refs:atomic_long (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h36 using atomic_long = atomic<long>; variable
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h13254 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 Dstdatomic.h106 typedef _Atomic(long) atomic_long; typedef
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstdatomic.h50 using std::atomic_long // see below
153 using std::atomic_long _LIBCPP_USING_IF_EXISTS;
H A Datomic474 typedef atomic<long> atomic_long;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc68 using std::atomic_long _LIBCPP_USING_IF_EXISTS;
/freebsd/sys/sys/
H A Dstdatomic.h198 typedef _Atomic(long) atomic_long; typedef
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc286 SYMBOL(atomic_long, None, <stdatomic.h>)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td410 …def AtomicLong : Type<"atomic_long", QualType<"Context.getAtomicType(Context.LongTy)">>;