Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c164 _Static_assert(INT_LEAST40_WIDTH >= 40, "");
165 _Static_assert(INT_LEAST40_WIDTH / __CHAR_BIT__ == sizeof(int_least40_t), "");
166 _Static_assert(UINT_LEAST40_WIDTH == INT_LEAST40_WIDTH, "");
169 int INT_LEAST40_WIDTH, UINT_LEAST40_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h610 # define INT_LEAST40_WIDTH UINT_LEAST40_WIDTH macro