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

/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 1665 milliseconds