Searched refs:int_least8_t (Results 1 – 22 of 22) sorted by relevance
18 ctypedef signed char int_least8_t57 int_least8_t INT_LEAST8_MIN61 int_least8_t INT_LEAST8_MAX
115 int_least8_t163 using::int_least8_t;
493 typedef atomic<int_least8_t> atomic_int_least8_t;1737 typedef atomic<int_least8_t> atomic_int_least8_t;
65 static_assert(sizeof(int_least8_t)*CHAR_BIT >= 8, in main()67 static_assert(std::is_signed<int_least8_t>::value, in main()
65 static_assert(sizeof(std::int_least8_t)*CHAR_BIT >= 8, in main()67 static_assert(std::is_signed<std::int_least8_t>::value, in main()
223 #undef int_least8_t231 #define int_least8_t int8_t macro
222 #undef int_least8_t230 #define int_least8_t int8_t
43 …static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_t>::value),… in main()
94 typedef int8_t int_least8_t; typedef
98 typedef signed char int_least8_t; typedef
584 typedef int8_t int_least8_t; typedef623 typedef int_least8_t int_fast8_t;
111 int_least8_t c1 = INT8_C (0x7f);112 int_least8_t c1max = INT_LEAST8_MAX;113 int_least8_t c1min = INT_LEAST8_MIN;
243 typedef __int_least8_t int_least8_t; typedef
890 std::int_least8_t i1 = 0; in main()
768 typedef int8_t int_least8_t; typedef
564 typedef int8_t int_least8_t;
505 typedef int8_t int_least8_t;
562 typedef int8_t int_least8_t;
9917 typedef int8_t int_least8_t;
14236 int_least8_t c1 = INT8_C (0x7f);14237 int_least8_t c1max = INT_LEAST8_MAX;14238 int_least8_t c1min = INT_LEAST8_MIN;