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 {
185 const SymbolDerived*
190 SymbolDerived::Profile(profile, parentSymbol, R);
194 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
195 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R);
200 return cast<SymbolDerived>(SD);
311 QualType SymbolDerived::getType() const {
456 KnownLive = isLive(cast<SymbolDerived>(sym)->getParentSymbol());
ProgramState.cpp 736 // If this is a SymbolDerived with a tainted parent, it's also tainted.
737 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)
510 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,

Completed in 44 milliseconds