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

/external/libcxx/test/std/atomics/atomics.types.generic/
H A Dcstdint_typedefs.pass.cpp14 // typedef atomic<int_least8_t> atomic_int_least8_t;
45 static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_t>::value), "");
/external/clang/lib/Headers/
H A Dstdatomic.h106 typedef _Atomic(int_least8_t) atomic_int_least8_t; typedef

Completed in 96 milliseconds