Searched refs:SymbolDerived (Results 1 – 5 of 5) 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()468 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
737 if (const SymbolDerived *SD = dyn_cast<SymbolDerived>(*SI)) in isTainted()
117 class SymbolDerived : public SymbolData {122 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() function428 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,
47 SYMBOL(SymbolDerived, SymbolData)
105 std::string VisitSymbolDerived(const SymbolDerived *S) { in VisitSymbolDerived()