Home
last modified time | relevance | path

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

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