Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c97 _Static_assert(INT_FAST16_WIDTH >= 16, "");
98 _Static_assert(INT_FAST16_WIDTH / __CHAR_BIT__ == sizeof(int_fast16_t), "");
99 _Static_assert(UINT_FAST16_WIDTH == INT_FAST16_WIDTH, "");
102 int INT_FAST16_WIDTH, UINT_FAST16_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h734 # define INT_FAST16_WIDTH UINT_FAST16_WIDTH macro