Searched refs:int_least32_t (Results 1 – 10 of 10) sorted by relevance
84 typedef ::intleast32_t int_least32_t; typedef118 using ::int_least32_t; 161 typedef int32_t int_least32_t; typedef261 typedef int int_least32_t; typedef268 typedef short int_least32_t; typedef275 typedef long int_least32_t; typedef283 typedef __int32 int_least32_t; typedef
117 int_least32_t165 using::int_least32_t;
497 typedef atomic<int_least32_t> atomic_int_least32_t;1490 typedef atomic<int_least32_t> atomic_int_least32_t;
75 static_assert(sizeof(int_least32_t)*CHAR_BIT >= 32, in main()77 static_assert(std::is_signed<int_least32_t>::value, in main()
75 static_assert(sizeof(std::int_least32_t)*CHAR_BIT >= 32, in main()77 static_assert(std::is_signed<std::int_least32_t>::value, in main()
47 …static_assert((std::is_same<std::atomic< std::int_least32_t>, std::atomic_int_least32_t>::value),… in main()
189 #undef int_least32_t197 #define int_least32_t int32_t macro
110 int_least32_t c3 = INT32_C (0x7fffffff);111 int_least32_t c3max = INT_LEAST32_MAX;112 int_least32_t c3min = INT_LEAST32_MIN;
892 std::int_least32_t i3 = 0; in main()
20115 int_least32_t c3 = INT32_C (0x7fffffff);20116 int_least32_t c3max = INT_LEAST32_MAX;20117 int_least32_t c3min = INT_LEAST32_MIN;