Home
last modified time | relevance | path

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

/llvm-project/libc/include/llvm-libc-macros/
H A Dstdint-macros.h359 #define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
362 #define UINT32_C(v) v##U macro
/llvm-project/clang/lib/Headers/
H A Dstdint.h422 # define UINT32_C(v) __uint_c(v, __int32_c_suffix) macro
425 # define UINT32_C(v) v ## U macro