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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h65 /// 3. Constraints on symbolic values (GenericDataMap)
75 typedef llvm::ImmutableMap<void*, void*> GenericDataMap; typedef in class:clang::ento::ProgramState
87 GenericDataMap GDM; // Custom data stored by a client of this class.
99 StoreRef st, GenericDataMap gdm);
125 GenericDataMap getGDM() const { return GDM; }
127 void setGDM(GenericDataMap gdm) { GDM = gdm; }
131 /// have the same Environment, Store, and GenericDataMap.
447 ProgramState::GenericDataMap::Factory GDMFactory;

Completed in 532 milliseconds