Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp176 new (SD) SymbolRegionValue(SymbolCounter, R); in getRegionValueSymbol()
178 ++SymbolCounter; in getRegionValueSymbol()
195 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol()
197 ++SymbolCounter; in conjureSymbol()
212 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol()
214 ++SymbolCounter; in getDerivedSymbol()
228 new (SD) SymbolExtent(SymbolCounter, R); in getExtentSymbol()
230 ++SymbolCounter; in getExtentSymbol()
246 new (SD) SymbolMetadata(SymbolCounter, R, S, T, LCtx, Count, SymbolTag); in getMetadataSymbol()
248 ++SymbolCounter; in getMetadataSymbol()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h471 unsigned SymbolCounter = 0; variable