Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Daliases.h50 using atomic_uint_least8_t = atomic<uint_least8_t>; variable
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h117 typedef _Atomic(uint_least8_t) atomic_uint_least8_t; typedef
/freebsd/sys/sys/
H A Dstdatomic.h206 typedef _Atomic(__uint_least8_t) atomic_uint_least8_t; typedef