Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h2444 constexpr static uint32_t BitsIndexUpbound = 32; variable
2468 assert(Width < BitsIndexUpbound); in getNextBits()
2475 return CurrentBitsIndex + Width < BitsIndexUpbound; in canGetNextNBits()
2479 bool isValid() const { return CurrentBitsIndex < BitsIndexUpbound; } in isValid()