Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp90 void SymbolDerived::dumpToStream(raw_ostream &os) const { in dumpToStream()
202 const SymbolDerived*
207 SymbolDerived::Profile(profile, parentSymbol, R); in getDerivedSymbol()
211 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>(); in getDerivedSymbol()
212 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol()
217 return cast<SymbolDerived>(SD); in getDerivedSymbol()
328 QualType SymbolDerived::getType(ASTContext &Ctx) const { in getType()
463 if (const SymbolDerived *derived = dyn_cast<SymbolDerived>(sym)) { in isLive()
DProgramState.cpp693 if (const SymbolDerived *SD = dyn_cast<SymbolDerived>(*SI)) in isTainted()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h201 class SymbolDerived : public SymbolData {
206 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() function
510 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,