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