Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c139 _Static_assert(INT_LEAST32_WIDTH >= 32, "");
140 _Static_assert(INT_LEAST32_WIDTH / __CHAR_BIT__ == sizeof(int_least32_t), "");
141 _Static_assert(UINT_LEAST32_WIDTH == INT_LEAST32_WIDTH, "");
144 int INT_LEAST32_WIDTH, UINT_LEAST32_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h658 # define INT_LEAST32_WIDTH UINT_LEAST32_WIDTH macro