Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp71 void SymbolDerived::dumpToStream(raw_ostream &os) const { in dumpToStream()
186 const SymbolDerived*
191 SymbolDerived::Profile(profile, parentSymbol, R); in getDerivedSymbol()
195 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>(); in getDerivedSymbol()
196 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol()
201 return cast<SymbolDerived>(SD); in getDerivedSymbol()
312 QualType SymbolDerived::getType() const { in getType()
458 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
DProgramState.cpp756 if (const SymbolDerived *SD = dyn_cast<SymbolDerived>(*SI)) in isTainted()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h203 class SymbolDerived : public SymbolData {
208 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() function
513 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,