Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/
DSourceManager.cpp377 ExternalSLocEntries(0), LineTable(0), NumLinearScans(0), in SourceManager()
784 NumLinearScans += NumProbes+1; in getFileIDLocal()
865 NumLinearScans += NumProbes + 1; in getFileIDLoaded()
2171 llvm::errs() << "FileID scans: " << NumLinearScans << " linear, " in PrintStats()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceManager.h647 mutable unsigned NumLinearScans, NumBinaryProbes; variable