Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h1057 constexpr static uint32_t BitIndexUpbound = 32u; variable
1068 return CurrentBitIndex + BitsWidth < BitIndexUpbound; in canWriteNextNBits()
1078 assert(BitsWidth < BitIndexUpbound); in addBits()