Searched refs:SymbolCounter (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | SymbolManager.cpp | 158 new (SD) SymbolRegionValue(SymbolCounter, R); in getRegionValueSymbol() 160 ++SymbolCounter; in getRegionValueSymbol() 177 new (SD) SymbolConjured(SymbolCounter, E, LCtx, T, Count, SymbolTag); in conjureSymbol() 179 ++SymbolCounter; in conjureSymbol() 195 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol() 197 ++SymbolCounter; in getDerivedSymbol() 211 new (SD) SymbolExtent(SymbolCounter, R); in getExtentSymbol() 213 ++SymbolCounter; in getExtentSymbol() 229 new (SD) SymbolMetadata(SymbolCounter, R, S, T, Count, SymbolTag); in getMetadataSymbol() 231 ++SymbolCounter; in getMetadataSymbol()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SymbolManager.h | 397 unsigned SymbolCounter; variable 405 : SymbolDependencies(16), SymbolCounter(0), in SymbolManager()
|