Searched refs:SymbolDerived (Results 1 – 7 of 7) sorted by relevance
39 StringRef SymbolDerived::getKindStr() const { return "derived_$"; } in getKindStr()92 void SymbolDerived::dumpToStream(raw_ostream &os) const { in dumpToStream()201 const SymbolDerived*205 SymbolDerived::Profile(profile, parentSymbol, R); in getDerivedSymbol()209 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>(); in getDerivedSymbol()210 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R); in getDerivedSymbol()215 return cast<SymbolDerived>(SD); in getDerivedSymbol()342 QualType SymbolDerived::getType() const { in getType()473 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol()); in isLive()
48 SYMBOL(SymbolDerived, SymbolData)
134 class SymbolDerived : public SymbolData {139 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() function520 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,
196 if (const auto *SD = dyn_cast<SymbolDerived>(*SI)) { in isTainted()
610 if (const auto *SD = dyn_cast<SymbolDerived>(Sym)) { in checkPointerEscape()
599 if (const auto *SD = dyn_cast<SymbolDerived>(I.first)) { in checkPointerEscape()
106 std::string VisitSymbolDerived(const SymbolDerived *S) { in VisitSymbolDerived()