Searched refs:SymbolDerived (Results 1 – 3 of 3) sorted by relevance
71 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()
756 if (const SymbolDerived *SD = dyn_cast<SymbolDerived>(*SI)) in isTainted()
203 class SymbolDerived : public SymbolData {208 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() function513 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,