Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDSourceManager.cpp773 unsigned NumProbes = 0; in getFileIDLocal() local
783 NumLinearScans += NumProbes+1; in getFileIDLocal()
786 if (++NumProbes == 8) in getFileIDLocal()
797 NumProbes = 0; in getFileIDLocal()
805 ++NumProbes; in getFileIDLocal()
824 NumBinaryProbes += NumProbes; in getFileIDLocal()
855 unsigned NumProbes; in getFileIDLoaded() local
856 for (NumProbes = 0; NumProbes < 8; ++NumProbes, ++I) { in getFileIDLoaded()
864 NumLinearScans += NumProbes + 1; in getFileIDLoaded()
874 NumProbes = 0; in getFileIDLoaded()
[all …]