Searched refs:SymbolDerived (Results 1 – 3 of 3) sorted by relevance
71 void SymbolDerived::dumpToStream(raw_ostream &os) const { in dumpToStream()185 const SymbolDerived*190 SymbolDerived::Profile(profile, parentSymbol, R); in getDerivedSymbol()194 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>(); in getDerivedSymbol()195 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol()200 return cast<SymbolDerived>(SD); in getDerivedSymbol()311 QualType SymbolDerived::getType() const { in getType()456 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
737 if (const SymbolDerived *SD = dyn_cast<SymbolDerived>(*SI)) in isTainted()
200 class SymbolDerived : public SymbolData {205 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() function510 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,