Home | History | Annotate | Download | only in PathSensitive

Lines Matching refs:GDM

89   GenericDataMap   GDM;      // Custom data stored by a client of this class.
101 StoreRef st, GenericDataMap gdm);
127 GenericDataMap getGDM() const { return GDM; }
129 void setGDM(GenericDataMap gdm) { GDM = gdm; }
137 V->GDM.Profile(ID);
374 // Accessing the Generic Data Map (GDM).
543 // Methods that manipulate the GDM.
580 // to resolve keys into the GDM and to return data values to clients.
583 // Trait based GDM dispatch.