Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp42 ALWAYS_ENABLED_STATISTIC(NumDirLookups, "Number of directory lookups.");
43 ALWAYS_ENABLED_STATISTIC(NumFileLookups, "Number of file lookups.");
44 ALWAYS_ENABLED_STATISTIC(NumDirCacheMisses,
46 ALWAYS_ENABLED_STATISTIC(NumFileCacheMisses, "Number of file cache misses.");
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h172 #define ALWAYS_ENABLED_STATISTIC(VARNAME, DESC) \ macro
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp53 ALWAYS_ENABLED_STATISTIC(NumIncluded, "Number of attempted #includes.");
54 ALWAYS_ENABLED_STATISTIC(
57 ALWAYS_ENABLED_STATISTIC(NumFrameworkLookups, "Number of framework lookups.");
58 ALWAYS_ENABLED_STATISTIC(NumSubFrameworkLookups,