Searched refs:GDM (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp50 GDM(gdm),
60 GDM(RHS.GDM),
377 NewState.GDM = GDMState->GDM;
467 return GDM.lookup(K);
492 NewSt.GDM = M2;
504 NewState.GDM = NewM;
755 /// The GDM component containing the dynamic type info. This is a map from a
764 // Look up the dynamic type in the GDM
[all...]
H A DExplodedGraph.cpp89 // (6) The 'GDM' is the same as the predecessor.
127 if (state->store != pred_state->store || state->GDM != pred_state->GDM ||
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h87 GenericDataMap GDM; // Custom data stored by a client of this class. member in class:clang::ento::ProgramState
125 GenericDataMap getGDM() const { return GDM; }
127 void setGDM(GenericDataMap gdm) { GDM = gdm; }
135 V->GDM.Profile(ID);
354 // Accessing the Generic Data Map (GDM).
522 // Methods that manipulate the GDM.
559 // to resolve keys into the GDM and to return data values to clients.
562 // Trait based GDM dispatch.

Completed in 81 milliseconds