Home
last modified time | relevance | path

Searched refs:__uint_c (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Headers/
H A Dstdint.h330 #define __uint_c(v, suffix) __int_c_join(v##U, suffix) macro
349 # define UINT64_C(v) __uint_c(v, __int64_c_suffix)
363 # define UINT56_C(v) __uint_c(v, __INT56_C_SUFFIX__)
380 # define UINT48_C(v) __uint_c(v, __INT48_C_SUFFIX__)
397 # define UINT40_C(v) __uint_c(v, __INT40_C_SUFFIX__)
422 # define UINT32_C(v) __uint_c(v, __int32_c_suffix)
435 # define UINT24_C(v) __uint_c(v, __INT24_C_SUFFIX__)
457 # define UINT16_C(v) __uint_c(v, __int16_c_suffix)
475 # define UINT8_C(v) __uint_c(v, __int8_c_suffix)