Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h54 using atomic_uint_least32_t = atomic<uint_least32_t>; variable
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h121 typedef _Atomic(uint_least32_t) atomic_uint_least32_t; typedef
/freebsd/sys/sys/
H A Dstdatomic.h210 typedef _Atomic(__uint_least32_t) atomic_uint_least32_t; typedef