Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h132 SymbolRef parentSymbol; variable
137 : SymbolData(SymbolDerivedKind, sym), parentSymbol(parent), R(r) { in SymbolDerived()
143 SymbolRef getParentSymbol() const { return parentSymbol; } in getParentSymbol()
161 Profile(profile, parentSymbol, R); in Profile()
456 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,
DSValBuilder.h228 SymbolRef parentSymbol, const TypedValueRegion *region);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h118 SymbolRef parentSymbol; variable
123 : SymbolData(SymbolDerivedKind, sym), parentSymbol(parent), R(r) {} in SymbolDerived()
125 SymbolRef getParentSymbol() const { return parentSymbol; } in getParentSymbol()
141 Profile(profile, parentSymbol, R); in Profile()
428 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,
DSValBuilder.h199 SymbolRef parentSymbol, const TypedValueRegion *region);
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp192 SymbolManager::getDerivedSymbol(SymbolRef parentSymbol, in getDerivedSymbol() argument
195 SymbolDerived::Profile(profile, parentSymbol, R); in getDerivedSymbol()
200 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol()
DSValBuilder.cpp221 SValBuilder::getDerivedRegionValueSymbolVal(SymbolRef parentSymbol, in getDerivedRegionValueSymbolVal() argument
231 SymbolRef sym = SymMgr.getDerivedSymbol(parentSymbol, region); in getDerivedRegionValueSymbolVal()
/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp186 SymbolManager::getDerivedSymbol(SymbolRef parentSymbol, in getDerivedSymbol() argument
190 SymbolDerived::Profile(profile, parentSymbol, R); in getDerivedSymbol()
195 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol()
DSValBuilder.cpp198 SValBuilder::getDerivedRegionValueSymbolVal(SymbolRef parentSymbol, in getDerivedRegionValueSymbolVal() argument
208 SymbolRef sym = SymMgr.getDerivedSymbol(parentSymbol, region); in getDerivedRegionValueSymbolVal()