Searched refs:atomic_uintmax_t (Results 1 – 6 of 6) sorted by relevance
67 static_assert((std::is_same<std::atomic<std::uintmax_t>, std::atomic_uintmax_t>::value), ""); in main()
194 using std::atomic_uintmax_t _LIBCPP_USING_IF_EXISTS;
449 typedef atomic<uintmax_t> atomic_uintmax_t;2634 typedef atomic<uintmax_t> atomic_uintmax_t;
123 typedef _Atomic(uintmax_t) atomic_uintmax_t; typedef
208 static_assert(std::is_same_v<std::atomic<uintmax_t>, ::atomic_uintmax_t>); in f()
305 SYMBOL(atomic_uintmax_t, None, <stdatomic.h>)