Searched refs:int_least64_t (Results 1 – 10 of 10) sorted by relevance
91 typedef ::intleast64_t int_least64_t; typedef127 using ::int_least64_t; 170 typedef int64_t int_least64_t; typedef309 typedef ::boost::long_long_type int_least64_t; typedef321 typedef long int_least64_t; typedef333 __extension__ typedef long long int_least64_t; typedef345 typedef __int64 int_least64_t; typedef
118 int_least64_t166 using::int_least64_t;
499 typedef atomic<int_least64_t> atomic_int_least64_t;1752 typedef atomic<int_least64_t> atomic_int_least64_t;
80 static_assert(sizeof(int_least64_t)*CHAR_BIT >= 64, in main()82 static_assert(std::is_signed<int_least64_t>::value, in main()
80 static_assert(sizeof(std::int_least64_t)*CHAR_BIT >= 64, in main()82 static_assert(std::is_signed<std::int_least64_t>::value, in main()
49 …static_assert((std::is_same<std::atomic< std::int_least64_t>, std::atomic_int_least64_t>::value),… in main()
191 #undef int_least64_t200 # define int_least64_t int64_t macro
113 int_least64_t c4 = INT64_C (0x7fffffffffffffff);114 int_least64_t c4max = INT_LEAST64_MAX;115 int_least64_t c4min = INT_LEAST64_MIN;
893 std::int_least64_t i4 = 0; in main()
20118 int_least64_t c4 = INT64_C (0x7fffffffffffffff);20119 int_least64_t c4max = INT_LEAST64_MAX;20120 int_least64_t c4min = INT_LEAST64_MIN;