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

Lines Matching full:__int8_c_suffix

307 #  define  __int8_c_suffix __INT64_C_SUFFIX__
312 # undef __int8_c_suffix
333 # define __int8_c_suffix __INT56_C_SUFFIX__
339 # undef __int8_c_suffix
350 # define __int8_c_suffix __INT48_C_SUFFIX__
356 # undef __int8_c_suffix
367 # define __int8_c_suffix __INT40_C_SUFFIX__
373 # undef __int8_c_suffix
382 # define __int8_c_suffix __INT32_C_SUFFIX__
386 # undef __int8_c_suffix
406 # define __int8_c_suffix __INT24_C_SUFFIX__
411 # undef __int8_c_suffix
419 # define __int8_c_suffix __INT16_C_SUFFIX__
422 # undef __int8_c_suffix
439 # define __int8_c_suffix __INT8_C_SUFFIX__
441 # undef __int8_c_suffix
446 # ifdef __int8_c_suffix
447 # define INT8_C(v) __int_c(v, __int8_c_suffix)
448 # define UINT8_C(v) __uint_c(v, __int8_c_suffix)
452 # endif /* __int8_c_suffix */