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

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 28 StoreRef st, GenericDataMap gdm)
32 GDM(gdm),
42 GDM(RHS.GDM),
336 NewState.GDM = GDMState->GDM;
475 return GDM.lookup(K);
500 NewSt.GDM = M2;
512 NewState.GDM = NewM
    [all...]
ExplodedGraph.cpp 73 // (6) The 'GDM' is the same as the predecessor.
107 if (state->store != pred_state->store || state->GDM != pred_state->GDM ||
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 86 GenericDataMap GDM; // Custom data stored by a client of this class.
99 StoreRef st, GenericDataMap gdm);
123 GenericDataMap getGDM() const { return GDM; }
125 void setGDM(GenericDataMap gdm) { GDM = gdm; }
133 V->GDM.Profile(ID);
292 // Accessing the Generic Data Map (GDM).
518 // Methods that manipulate the GDM.
559 // to resolve keys into the GDM and to return data values to clients
    [all...]

Completed in 119 milliseconds