Searched refs:uint_least8_t (Results 1 – 9 of 9) sorted by relevance
120 uint_least8_t168 using::uint_least8_t;
492 typedef atomic<uint_least8_t> atomic_uint_least8_t;1475 typedef atomic<uint_least8_t> atomic_uint_least8_t;
86 static_assert(sizeof(uint_least8_t)*CHAR_BIT >= 8, in main()88 static_assert(std::is_unsigned<uint_least8_t>::value, in main()
86 static_assert(sizeof(std::uint_least8_t)*CHAR_BIT >= 8, in main()88 static_assert(std::is_unsigned<std::uint_least8_t>::value, in main()
44 …static_assert((std::is_same<std::atomic< std::uint_least8_t>, std::atomic_uint_least8_t>::value),… in main()
186 #undef uint_least8_t194 #define uint_least8_t uint8_t macro
116 uint_least8_t d1 = UINT8_C (0xff);117 uint_least8_t d1max = UINT_LEAST8_MAX;174 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;191 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;
896 std::uint_least8_t i1 = 0; in main()
20121 uint_least8_t d1 = UINT8_C (0xff);20122 uint_least8_t d1max = UINT_LEAST8_MAX;20179 (-1 < UINT8_C (0)) == (-1 < (uint_least8_t) 0) ? 1 : -1;20196 int check_uint_least8: (uint_least8_t) -1 == UINT_LEAST8_MAX ? 1 : -1;