Searched refs:int_least8_t (Results 1 – 10 of 10) sorted by relevance
115 int_least8_t163 using::int_least8_t;
493 typedef atomic<int_least8_t> atomic_int_least8_t;1486 typedef atomic<int_least8_t> atomic_int_least8_t;
74 typedef ::intleast8_t int_least8_t; typedef104 using ::int_least8_t; 147 typedef int8_t int_least8_t; typedef209 typedef signed char int_least8_t; typedef
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()
43 …static_assert((std::is_same<std::atomic< std::int_least8_t>, std::atomic_int_least8_t>::value),… in main()
185 #undef int_least8_t193 #define int_least8_t int8_t macro
104 int_least8_t c1 = INT8_C (0x7f);105 int_least8_t c1max = INT_LEAST8_MAX;106 int_least8_t c1min = INT_LEAST8_MIN;
890 std::int_least8_t i1 = 0; in main()
20109 int_least8_t c1 = INT8_C (0x7f);20110 int_least8_t c1max = INT_LEAST8_MAX;20111 int_least8_t c1min = INT_LEAST8_MIN;