Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp2260 uint64_t CountedSize = 0; in noteSLocAddressSpaceUsage() local
2281 CountedSize += Size; in noteSLocAddressSpaceUsage()
2327 if (ReportedSize != CountedSize) { in noteSLocAddressSpaceUsage()
2329 << (SortedUsage.end() - SortedEnd) << CountedSize - ReportedSize; in noteSLocAddressSpaceUsage()