Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c247 _Static_assert(INT_FAST64_WIDTH >= 64, "");
248 _Static_assert(INT_FAST64_WIDTH / __CHAR_BIT__ == sizeof(int_fast64_t), "");
249 _Static_assert(UINT_FAST64_WIDTH == INT_FAST64_WIDTH, "");
252 int INT_FAST64_WIDTH, UINT_FAST64_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h504 # define INT_FAST64_WIDTH UINT_FAST64_WIDTH macro