HomeSort by relevance Sort by last modified time
    Searched refs:makeWithStore (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp 98 return makeWithStore(newStore);
104 return makeWithStore(newStore);
110 return makeWithStore(newStore);
115 const ProgramState *newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
128 const ProgramState *new_state = makeWithStore(newStore);
160 const ProgramState *newState = makeWithStore(newStore);
167 return makeWithStore(newStore);
179 return makeWithStore(newStore);
185 return makeWithStore(new_store);
363 const ProgramState *ProgramState::makeWithStore(const StoreRef &store) const
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 89 /// makeWithStore - Return a ProgramState with the same values as the current
91 const ProgramState *makeWithStore(const StoreRef &store) const;

Completed in 341 milliseconds