reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  129   GenericDataMap getGDM() const { return GDM; }
  131   void setGDM(GenericDataMap gdm) { GDM = gdm; }
  139     V->GDM.Profile(ID);
tools/clang/lib/StaticAnalyzer/Core/ExplodedGraph.cpp
  118   if (state->store != pred_state->store || state->GDM != pred_state->GDM ||
  118   if (state->store != pred_state->store || state->GDM != pred_state->GDM ||
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
   61       GDM(RHS.GDM),
  399   NewState.GDM = GDMState->GDM;
  399   NewState.GDM = GDMState->GDM;
  489   return GDM.lookup(K);
  514   NewSt.GDM = M2;
  526   NewState.GDM = NewM;