Home
last modified time | relevance | path

Searched defs:atomic_uint_least64_t (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h57 using atomic_uint_least64_t = atomic<uint_least64_t>; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h117 typedef _Atomic(uint_least64_t) atomic_uint_least64_t; global() typedef
/freebsd-src/sys/sys/
H A Dstdatomic.h211 typedef _Atomic(__uint_least64_t) atomic_uint_least64_t; global() typedef