Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp52 GDM(gdm), in ProgramState()
58 : stateMgr(RHS.stateMgr), Env(RHS.Env), store(RHS.store), GDM(RHS.GDM), in ProgramState()
408 NewState.GDM = GDMState->GDM; in getPersistentStateWithGDM()
504 return GDM.lookup(K); in FindGDM()
529 NewSt.GDM = M2; in addGDM()
541 NewState.GDM = NewM; in removeGDM()
H A DExplodedGraph.cpp116 if (state->store != pred_state->store || state->GDM != pred_state->GDM || in shouldCollect()
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h87 GenericDataMap GDM; // Custom data stored by a client of this class. variable
166 GenericDataMap getGDM() const { return GDM; } in getGDM()
168 void setGDM(GenericDataMap gdm) { GDM = gdm; } in setGDM()
176 V->GDM.Profile(ID); in Profile()
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A DIPA.rst394 there is no inherent issue with persisting them (say, in a ProgramState's GDM),