Searched refs:uint_least64_t (Results 1 – 7 of 7) sorted by relevance
93 typedef ::uintleast64_t uint_least64_t; typedef130 using ::uint_least64_t; 173 typedef uint64_t uint_least64_t; typedef312 typedef ::boost::ulong_long_type uint_least64_t; typedef324 typedef unsigned long uint_least64_t; typedef336 __extension__ typedef unsigned long long uint_least64_t; typedef348 typedef unsigned __int64 uint_least64_t; typedef
123 uint_least64_t171 using::uint_least64_t;
500 typedef atomic<uint_least64_t> atomic_uint_least64_t;1753 typedef atomic<uint_least64_t> atomic_uint_least64_t;
101 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64, in main()103 static_assert(std::is_unsigned<uint_least64_t>::value, in main()
101 static_assert(sizeof(std::uint_least64_t)*CHAR_BIT >= 64, in main()103 static_assert(std::is_unsigned<std::uint_least64_t>::value, in main()
50 …static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value),… in main()
899 std::uint_least64_t i4 = 0; in main()