Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Headers/
H A Dstdint.c197 _Static_assert(INT_FAST48_WIDTH >= 48, "");
198 _Static_assert(INT_FAST48_WIDTH / __CHAR_BIT__ == sizeof(int_fast48_t), "");
199 _Static_assert(UINT_FAST48_WIDTH == INT_FAST48_WIDTH, "");
202 int INT_FAST48_WIDTH, UINT_FAST48_WIDTH; /* None of these are defined. */ variable
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h575 #define INT_FAST48_WIDTH UINT_FAST48_WIDTH macro