Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c147 _Static_assert(INT_FAST32_WIDTH >= 32, "");
148 _Static_assert(INT_FAST32_WIDTH / __CHAR_BIT__ == sizeof(int_fast32_t), "");
149 _Static_assert(UINT_FAST32_WIDTH == INT_FAST32_WIDTH, "");
152 int INT_FAST32_WIDTH, UINT_FAST32_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h660 # define INT_FAST32_WIDTH UINT_FAST32_WIDTH macro