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

Lines Matching defs:__int16_c_suffix

265 #  define __int16_c_suffix __INT64_C_SUFFIX__
270 # undef __int16_c_suffix
291 # define __int16_c_suffix __INT56_C_SUFFIX__
297 # undef __int16_c_suffix
308 # define __int16_c_suffix __INT48_C_SUFFIX__
314 # undef __int16_c_suffix
325 # define __int16_c_suffix __INT40_C_SUFFIX__
331 # undef __int16_c_suffix
340 # define __int16_c_suffix __INT32_C_SUFFIX__
344 # undef __int16_c_suffix
364 # define __int16_c_suffix __INT24_C_SUFFIX__
369 # undef __int16_c_suffix
377 # define __int16_c_suffix __INT16_C_SUFFIX__
380 # undef __int16_c_suffix
386 # ifdef __int16_c_suffix
387 # define INT16_C(v) __int_c(v, __int16_c_suffix)
388 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
392 # endif /* __int16_c_suffix */