Home
last modified time | relevance | path

Searched defs:UINT8_C (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h409 #define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
412 #define UINT8_C(v) v##U macro
/llvm-project/clang/lib/Headers/
H A Dstdint.h475 # define UINT8_C(v) __uint_c(v, __int8_c_suffix) macro
478 # define UINT8_C(v) v ## U macro