Searched refs:atomic_uint_least8_t (Results 1 - 2 of 2) sorted by relevance

/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp15 // typedef atomic<uint_least8_t> atomic_uint_least8_t;
46 static_assert((std::is_same<std::atomic< std::uint_least8_t>, std::atomic_uint_least8_t>::value), "");
/external/clang/lib/Headers/
H A Dstdatomic.h107 typedef _Atomic(uint_least8_t) atomic_uint_least8_t; typedef

Completed in 356 milliseconds