Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c239 _Static_assert(INT_LEAST64_WIDTH >= 64, "");
240 _Static_assert(INT_LEAST64_WIDTH / __CHAR_BIT__ == sizeof(int_least64_t), "");
241 _Static_assert(UINT_LEAST64_WIDTH == INT_LEAST64_WIDTH, "");
244 int INT_LEAST64_WIDTH, UINT_LEAST64_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h502 # define INT_LEAST64_WIDTH UINT_LEAST64_WIDTH macro