Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp175 new (SD) SymbolRegionValue(SymbolCounter, R); in getRegionValueSymbol()
177 ++SymbolCounter; in getRegionValueSymbol()
194 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in getConjuredSymbol()
196 ++SymbolCounter; in getConjuredSymbol()
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, Count, SymbolTag); in getMetadataSymbol()
248 ++SymbolCounter; in getMetadataSymbol()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h478 unsigned SymbolCounter; variable
486 : SymbolDependencies(16), SymbolCounter(0), in SymbolManager()