Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.cpp107 BlockIdNameMap.resize(BlockIdCount); in __anond6a402610102()
123 assert(Inits.size() == BlockIdCount); in __anond6a402610102()
126 assert(BlockIdNameMap.size() == BlockIdCount); in __anond6a402610102()
H A DBitcodeWriter.h126 static constexpr unsigned BlockIdCount = BI_LAST - BI_FIRST; variable