Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp122 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc()
137 ProgramStateRef new_state = makeWithStore(newStore); in bindDefaultInitial()
146 ProgramStateRef new_state = makeWithStore(newStore); in bindDefaultZero()
209 ProgramStateRef newState = makeWithStore(newStore); in invalidateRegionsImpl()
232 return makeWithStore(newStore); in killBinding()
240 return makeWithStore(NewStore); in enterStackFrame()
430 ProgramStateRef ProgramState::makeWithStore(const StoreRef &store) const { in makeWithStore() function in ProgramState
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h92 ProgramStateRef makeWithStore(const StoreRef &store) const;