OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newStore
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h
274
inline StoreRef &StoreRef::operator=(StoreRef const &
newStore
) {
275
assert(&
newStore
.mgr == &mgr);
276
if (store !=
newStore
.store) {
277
mgr.incrementReferenceCount(
newStore
.store);
279
store =
newStore
.getStore();
/external/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp
105
StoreRef
newStore
= StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107
NewState.setStore(
newStore
);
108
SymReaper.setReapedStore(
newStore
);
128
const StoreRef &
newStore
= Mgr.StoreMgr->BindDefault(getStore(), R, V);
129
ProgramStateRef new_state = makeWithStore(
newStore
);
200
const StoreRef &
newStore
208
ProgramStateRef newState = makeWithStore(
newStore
);
228
const StoreRef &
newStore
=
232
return makeWithStore(
newStore
);
239
const StoreRef &
newStore
[
all
...]
/prebuilts/devtools/tools/lib/
sdkstats.jar
Completed in 26 milliseconds