Home | History | Annotate | Download | only in clang-include

Lines Matching defs:__int_least8_t

117 # define __int_least8_t int64_t
139 # define __int_least8_t int56_t
155 # define __int_least8_t int48_t
171 # define __int_least8_t int40_t
191 # define __int_least8_t int32_t
211 # define __int_least8_t int24_t
222 # define __int_least8_t int16_t
239 # define __int_least8_t int8_t
243 #ifdef __int_least8_t
244 typedef __int_least8_t int_least8_t;
246 typedef __int_least8_t int_fast8_t;
248 #endif /* __int_least8_t */
445 #ifdef __int_least8_t
453 #endif /* __int_least8_t */