Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c64 _Static_assert(INT_LEAST8_WIDTH >= 8, "");
65 _Static_assert(INT_LEAST8_WIDTH / __CHAR_BIT__ == sizeof(int_least8_t), "");
66 _Static_assert(UINT_LEAST8_WIDTH == INT_LEAST8_WIDTH, "");
69 int INT_LEAST8_WIDTH, UINT_LEAST8_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h769 # define INT_LEAST8_WIDTH UINT_LEAST8_WIDTH macro