Home
last modified time | relevance | path

Searched refs:GDM (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp51 GDM(gdm), in ProgramState()
57 : stateMgr(RHS.stateMgr), Env(RHS.Env), store(RHS.store), GDM(RHS.GDM), in ProgramState()
409 NewState.GDM = GDMState->GDM; in getPersistentStateWithGDM()
505 return GDM.lookup(K); in FindGDM()
530 NewSt.GDM = M2; in addGDM()
542 NewState.GDM = NewM; in removeGDM()
H A DExplodedGraph.cpp116 if (state->store != pred_state->store || state->GDM != pred_state->GDM || in shouldCollect()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h86 GenericDataMap GDM; // Custom data stored by a client of this class. variable
165 GenericDataMap getGDM() const { return GDM; } in getGDM()
167 void setGDM(GenericDataMap gdm) { GDM = gdm; } in setGDM()
175 V->GDM.Profile(ID); in Profile()
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DIPA.rst394 there is no inherent issue with persisting them (say, in a ProgramState's GDM),