Searched refs:int_fast8_t (Results 1 – 10 of 10) sorted by relevance
125 int_fast8_t173 using::int_fast8_t;
502 typedef atomic<int_fast8_t> atomic_int_fast8_t;1755 typedef atomic<int_fast8_t> atomic_int_fast8_t;
75 typedef ::intfast8_t int_fast8_t; typedef105 using ::int_fast8_t; 148 typedef int8_t int_fast8_t; typedef210 typedef signed char int_fast8_t; typedef
107 static_assert(sizeof(int_fast8_t)*CHAR_BIT >= 8, in main()109 static_assert(std::is_signed<int_fast8_t>::value, in main()
107 static_assert(sizeof(std::int_fast8_t)*CHAR_BIT >= 8, in main()109 static_assert(std::is_signed<std::int_fast8_t>::value, in main()
52 …static_assert((std::is_same<std::atomic< std::int_fast8_t>, std::atomic_int_fast8_t>::value), "… in main()
216 #undef int_fast8_t230 #define int_fast8_t gl_int_fast8_t macro
124 int_fast8_t e1 = INT_FAST8_MAX;125 int_fast8_t e1min = INT_FAST8_MIN;
902 std::int_fast8_t i1 = 0; in main()
20129 int_fast8_t e1 = INT_FAST8_MAX;20130 int_fast8_t e1min = INT_FAST8_MIN;