Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h78 typedef llvm::ImmutableMap<void*, void*> GenericDataMap; typedef
90 GenericDataMap GDM; // Custom data stored by a client of this class.
102 StoreRef st, GenericDataMap gdm);
132 GenericDataMap getGDM() const { return GDM; } in getGDM()
134 void setGDM(GenericDataMap gdm) { GDM = gdm; } in setGDM()
502 ProgramState::GenericDataMap::Factory GDMFactory;
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp48 StoreRef st, GenericDataMap gdm) in ProgramState()
521 ProgramState::GenericDataMap M1 = St->getGDM(); in addGDM()
522 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data); in addGDM()
533 ProgramState::GenericDataMap OldM = state->getGDM(); in removeGDM()
534 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key); in removeGDM()