Home
last modified time | relevance | path

Searched refs:GenericDataMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp47 StoreRef st, GenericDataMap gdm) in ProgramState()
523 ProgramState::GenericDataMap M1 = St->getGDM(); in addGDM()
524 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data); in addGDM()
535 ProgramState::GenericDataMap OldM = state->getGDM(); in removeGDM()
536 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key); in removeGDM()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h73 typedef llvm::ImmutableMap<void*, void*> GenericDataMap; typedef
86 GenericDataMap GDM; // Custom data stored by a client of this class.
135 StoreRef st, GenericDataMap gdm);
165 GenericDataMap getGDM() const { return GDM; } in getGDM()
167 void setGDM(GenericDataMap gdm) { GDM = gdm; } in setGDM()
512 ProgramState::GenericDataMap::Factory GDMFactory;