Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DEntryPointStats.cpp44 static llvm::ManagedStatic<Registry> StatsRegistry; variable
48 Fn(StatsRegistry->BoolStats); in enumerateStatVectors()
49 Fn(StatsRegistry->CounterStats); in enumerateStatVectors()
50 Fn(StatsRegistry->UnsignedMaxStats); in enumerateStatVectors()
51 Fn(StatsRegistry->UnsignedStats); in enumerateStatVectors()
80 StatsRegistry->IsLocked = true; in lockRegistry()
93 assert(!StatsRegistry->IsLocked); in BoolEPStat()
95 StatsRegistry->BoolStats.push_back(this); in BoolEPStat()
99 assert(!StatsRegistry->IsLocked); in CounterEPStat()
101 StatsRegistry->CounterStats.push_back(this); in CounterEPStat()
[all …]