OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newState
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ProgramState.cpp
104
ProgramState
NewState
= *state;
106
NewState
.Env = EnvMgr.removeDeadBindings(
NewState
.Env, SymReaper, state);
109
StoreRef newStore = StoreMgr->removeDeadBindings(
NewState
.getStore(), LCtx,
111
NewState
.setStore(newStore);
114
return getPersistentState(
NewState
);
122
ProgramStateRef
newState
= makeWithStore(Mgr.StoreMgr->Bind(getStore(),
126
return Mgr.getOwningEngine().processRegionChange(
newState
, MR, LCtx);
128
return
newState
;
209
ProgramStateRef
newState
= makeWithStore(newStore)
[
all
...]
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
128
unsigned short
newState
;
415
tableDecode[i].
newState
= (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
565
cell->
newState
= 0;
591
dinfo[s].
newState
= 0;
747
DStatePtr->state = DInfo.
newState
+ lowBits;
758
DStatePtr->state = DInfo.
newState
+ lowBits;
zstd_v03.c
646
unsigned short
newState
;
667
DStatePtr->state = DInfo.
newState
+ lowBits;
678
DStatePtr->state = DInfo.
newState
+ lowBits;
1092
tableDecode[i].
newState
= (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
1242
cell->
newState
= 0;
1268
dinfo[s].
newState
= 0;
zstd_v04.c
825
unsigned short
newState
;
846
DStatePtr->state = DInfo.
newState
+ lowBits;
857
DStatePtr->state = DInfo.
newState
+ lowBits;
1075
tableDecode[i].
newState
= (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
1226
cell->
newState
= 0;
1253
dinfo[s].
newState
= 0;
zstd_v02.c
645
unsigned short
newState
;
666
DStatePtr->state = DInfo.
newState
+ lowBits;
677
DStatePtr->state = DInfo.
newState
+ lowBits;
1092
tableDecode[i].
newState
= (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
1242
cell->
newState
= 0;
1268
dinfo[s].
newState
= 0;
zstd_v05.c
945
unsigned short
newState
;
972
DStatePtr->state = DInfo.
newState
+ lowBits;
983
DStatePtr->state = DInfo.
newState
+ lowBits;
1206
tableDecode[i].
newState
= (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
1338
cell->
newState
= 0;
1364
dinfo[s].
newState
= 0;
zstd_v06.c
1047
unsigned short
newState
;
1072
DStatePtr->state = DInfo.
newState
+ lowBits;
1082
DStatePtr->state = DInfo.
newState
+ lowBits;
1095
DStatePtr->state = DInfo.
newState
+ lowBits;
1454
tableDecode[u].
newState
= (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
1477
cell->
newState
= 0;
1503
dinfo[s].
newState
= 0;
zstd_v07.c
812
unsigned short
newState
;
837
DStatePtr->state = DInfo.
newState
+ lowBits;
847
DStatePtr->state = DInfo.
newState
+ lowBits;
860
DStatePtr->state = DInfo.
newState
+ lowBits;
1475
tableDecode[u].
newState
= (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
1498
cell->
newState
= 0;
1524
dinfo[s].
newState
= 0;
Completed in 36 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026