HomeSort by relevance Sort by last modified time
    Searched refs:SymbolDerived (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 71 void SymbolDerived::dumpToStream(raw_ostream &os) const {
186 const SymbolDerived*
191 SymbolDerived::Profile(profile, parentSymbol, R);
195 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
196 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R);
201 return cast<SymbolDerived>(SD);
312 QualType SymbolDerived::getType() const {
458 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol());
ProgramState.cpp 707 // If this is a SymbolDerived with a tainted parent, it's also tainted.
708 if (const SymbolDerived *SD = dyn_cast<SymbolDerived>(*SI))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 74 /// expression symbol and all the operands in it. Note, SymbolDerived is
200 class SymbolDerived : public SymbolData {
205 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r)
508 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,

Completed in 543 milliseconds