Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c214 _Static_assert(INT_LEAST56_WIDTH >= 56, "");
215 _Static_assert(INT_LEAST56_WIDTH / __CHAR_BIT__ == sizeof(int_least56_t), "");
216 _Static_assert(UINT_LEAST56_WIDTH == INT_LEAST56_WIDTH, "");
219 int INT_LEAST56_WIDTH, UINT_LEAST56_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h536 # define INT_LEAST56_WIDTH UINT_LEAST56_WIDTH macro