Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c72 _Static_assert(INT_FAST8_WIDTH >= 8, "");
73 _Static_assert(INT_FAST8_WIDTH / __CHAR_BIT__ == sizeof(int_fast8_t), "");
74 _Static_assert(UINT_FAST8_WIDTH == INT_FAST8_WIDTH, "");
77 int INT_FAST8_WIDTH, UINT_FAST8_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h771 # define INT_FAST8_WIDTH UINT_FAST8_WIDTH macro