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.h1004 constexpr static uint32_t BitIndexUpbound = 32u; variable
1015 return CurrentBitIndex + BitsWidth < BitIndexUpbound; in canWriteNextNBits()
1025 assert(BitsWidth < BitIndexUpbound); in addBits()