OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:makeWithStore
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp
116
ProgramStateRef newState =
makeWithStore
(Mgr.StoreMgr->Bind(getStore(),
129
ProgramStateRef new_state =
makeWithStore
(newStore);
208
ProgramStateRef newState =
makeWithStore
(newStore);
232
return
makeWithStore
(newStore);
245
return
makeWithStore
(newStore);
253
return
makeWithStore
(NewStore);
424
ProgramStateRef ProgramState::
makeWithStore
(const StoreRef &store) const {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h
90
///
makeWithStore
- Return a ProgramState with the same values as the current
92
ProgramStateRef
makeWithStore
(const StoreRef &store) const;
Completed in 24 milliseconds