reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
   92   ProgramStateRef makeWithStore(const StoreRef &store) const;

References

tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  124   ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
  139   ProgramStateRef new_state = makeWithStore(newStore);
  148   ProgramStateRef new_state = makeWithStore(newStore);
  211   ProgramStateRef newState = makeWithStore(newStore);
  234   return makeWithStore(newStore);
  242   return makeWithStore(NewStore);