Home
last modified time | relevance | path

Searched refs:SymbolDerived (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSymbolManager.cpp71 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()
DProgramState.cpp737 if (const SymbolDerived *SD = dyn_cast<SymbolDerived>(*SI)) in isTainted()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSymbolManager.h117 class SymbolDerived : public SymbolData {
122 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r) in SymbolDerived() function
428 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,
DSymbols.def47 SYMBOL(SymbolDerived, SymbolData)
/external/clang/include/clang/StaticAnalyzer/Checkers/
DSValExplainer.h105 std::string VisitSymbolDerived(const SymbolDerived *S) { in VisitSymbolDerived()