Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp158 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/abi-compliance-checker/modules/Internals/
DSysCheck.pm1351 my (%SymbolCounter, %TotalLibs) = ();
1626 $SymbolCounter{$Sym}{$LPath} = 1;
1628 if(my @Libs = keys(%{$SymbolCounter{$Sym}}))
1653 $SymbolCounter{$Symbol}{$LPath} = 1;
1655 if(my @Libs = keys(%{$SymbolCounter{$Symbol}}))
1956 and keys(%{$SymbolCounter{$Symbol}})>=2
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h397 unsigned SymbolCounter; variable
405 : SymbolDependencies(16), SymbolCounter(0), in SymbolManager()