Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c172 _Static_assert(INT_FAST40_WIDTH >= 40, "");
173 _Static_assert(INT_FAST40_WIDTH / __CHAR_BIT__ == sizeof(int_fast40_t), "");
174 _Static_assert(UINT_FAST40_WIDTH == INT_FAST40_WIDTH, "");
177 int INT_FAST40_WIDTH, UINT_FAST40_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h612 # define INT_FAST40_WIDTH UINT_FAST40_WIDTH macro