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 90 void SymbolDerived::dumpToStream(raw_ostream &os) const {
202 const SymbolDerived*
207 SymbolDerived::Profile(profile, parentSymbol, R);
211 SD = (SymExpr*) BPAlloc.Allocate<SymbolDerived>();
212 new (SD) SymbolDerived(SymbolCounter, parentSymbol, R);
217 return cast<SymbolDerived>(SD);
328 QualType SymbolDerived::getType(ASTContext &Ctx) const {
463 if (const SymbolDerived *derived = dyn_cast<SymbolDerived>(sym)) {
ProgramState.cpp 692 // If this is a SymbolDerived with a tainted parent, it's also tainted.
693 if (const SymbolDerived *SD = dyn_cast<SymbolDerived>(*SI))
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 77 /// expression symbol and all the operands in it. Note, SymbolDerived is
201 class SymbolDerived : public SymbolData {
206 SymbolDerived(SymbolID sym, SymbolRef parent, const TypedValueRegion *r)
510 const SymbolDerived *getDerivedSymbol(SymbolRef parentSymbol,

Completed in 106 milliseconds