Searched refs:newState (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp119 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), local
123 return Mgr.getOwningEngine().processRegionChange(newState, MR, LCtx);
125 return newState;
205 ProgramStateRef newState = makeWithStore(newStore); local
208 newState = Eng.notifyCheckersOfPointerEscape(newState, IS,
214 return Eng.processRegionChanges(newState, IS, TopLevelInvalidated,
420 ProgramState *newState = nullptr;
422 newState = freeStates.back();
426 newState
[all...]
H A DExprEngine.cpp280 if (ProgramStateRef newState = state->assume(*Constraint, true))
281 state = newState;
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse_decompress.c110 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
132 cell->newState = 0;
158 dinfo[s].newState = 0;
H A Dfse.h572 unsigned short newState;
597 DStatePtr->state = DInfo.newState + lowBits;
607 DStatePtr->state = DInfo.newState + lowBits;
620 DStatePtr->state = DInfo.newState + lowBits;
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DSymbols.h283 void reference(RefState newState) { argument
284 assert(newState > RefState::Unreferenced);
287 refState = std::max(refState, newState);
/freebsd-current/sys/contrib/zstd/lib/common/
H A Dfse.h598 unsigned short newState;
623 DStatePtr->state = DInfo.newState + lowBits;
633 DStatePtr->state = DInfo.newState + lowBits;
646 DStatePtr->state = DInfo.newState + lowBits;
H A Dfse_decompress.c170 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
197 cell->newState = 0;
223 dinfo[s].newState = 0;
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1036 CodeState newState = CodeState::Data; local
1038 newState = CodeState::Thumb;
1040 newState = CodeState::Arm;
1042 if (newState == curState)
1050 curState = newState;
/freebsd-current/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c127 unsigned short newState; member in struct:__anon161
453 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
603 cell->newState = 0;
629 dinfo[s].newState = 0;
785 DStatePtr->state = DInfo.newState + lowBits;
796 DStatePtr->state = DInfo.newState + lowBits;
H A Dzstd_v03.c708 unsigned short newState; member in struct:__anon199
729 DStatePtr->state = DInfo.newState + lowBits;
740 DStatePtr->state = DInfo.newState + lowBits;
1154 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
1304 cell->newState = 0;
1330 dinfo[s].newState = 0;
H A Dzstd_v06.c1103 unsigned short newState; member in struct:__anon259
1128 DStatePtr->state = DInfo.newState + lowBits;
1138 DStatePtr->state = DInfo.newState + lowBits;
1151 DStatePtr->state = DInfo.newState + lowBits;
1510 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
1533 cell->newState = 0;
1559 dinfo[s].newState = 0;
H A Dzstd_v07.c867 unsigned short newState; member in struct:__anon276
892 DStatePtr->state = DInfo.newState + lowBits;
902 DStatePtr->state = DInfo.newState + lowBits;
915 DStatePtr->state = DInfo.newState + lowBits;
1530 tableDecode[u].newState = (U16) ( (nextState << tableDecode[u].nbBits) - tableSize);
1553 cell->newState = 0;
1579 dinfo[s].newState = 0;
H A Dzstd_v05.c997 unsigned short newState; member in struct:__anon236
1024 DStatePtr->state = DInfo.newState + lowBits;
1035 DStatePtr->state = DInfo.newState + lowBits;
1258 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
1390 cell->newState = 0;
1416 dinfo[s].newState = 0;
H A Dzstd_v04.c881 unsigned short newState; member in struct:__anon218
902 DStatePtr->state = DInfo.newState + lowBits;
913 DStatePtr->state = DInfo.newState + lowBits;
1131 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
1282 cell->newState = 0;
1309 dinfo[s].newState = 0;
H A Dzstd_v02.c706 unsigned short newState; member in struct:__anon180
727 DStatePtr->state = DInfo.newState + lowBits;
738 DStatePtr->state = DInfo.newState + lowBits;
1153 tableDecode[i].newState = (U16) ( (nextState << tableDecode[i].nbBits) - tableSize);
1303 cell->newState = 0;
1329 dinfo[s].newState = 0;
/freebsd-current/contrib/wpa/src/eap_server/
H A Dtncs.c55 TNC_ConnectionState newState);
/freebsd-current/contrib/wpa/src/eap_peer/
H A Dtncc.c77 TNC_ConnectionState newState);
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.h2926 u_int32_t newState; member in struct:mrsas_evt_detail::__anon3516::__anon3529
/freebsd-current/contrib/sqlite3/
H A Dshell.c6436 static void re_add_state(ReStateSet *pSet, int newState){ argument
6438 for(i=0; i<pSet->nState; i++) if( pSet->aState[i]==newState ) return;
6439 pSet->aState[pSet->nState++] = (ReStateNumber)newState;

Completed in 400 milliseconds