Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c189 _Static_assert(INT_LEAST48_WIDTH >= 48, "");
190 _Static_assert(INT_LEAST48_WIDTH / __CHAR_BIT__ == sizeof(int_least48_t), "");
191 _Static_assert(UINT_LEAST48_WIDTH == INT_LEAST48_WIDTH, "");
194 int INT_LEAST48_WIDTH, UINT_LEAST48_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h573 #define INT_LEAST48_WIDTH UINT_LEAST48_WIDTH macro