Searched refs:int_least64_t (Results 1 – 3 of 3) sorted by relevance
30 typedef int64_t int_least64_t; typedef
476 +typedef ::intleast64_t int_least64_t;512 + using ::int_least64_t;555 + typedef int64_t int_least64_t;694 + typedef ::boost::long_long_type int_least64_t;706 + typedef long int_least64_t;718 + __extension__ typedef long long int_least64_t;730 + typedef __int64 int_least64_t;
985 …CASE_TEST(limit_int_least64_min); EXPECT_EQ(1, INT_LEAST64_MIN, (int_least64_t) 0x80000000000… in run_stdlib()986 …CASE_TEST(limit_int_least64_max); EXPECT_EQ(1, INT_LEAST64_MAX, (int_least64_t) 0x7ffffffffff… in run_stdlib()