Home
last modified time | relevance | path

Searched defs:newState (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp119 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(), in bindLoc() local
205 ProgramStateRef newState = makeWithStore(newStore); in invalidateRegionsImpl() local
434 ProgramState *newState = nullptr; in getPersistentState() local
H A DExprEngine.cpp280 if (ProgramStateRef newState = state->assume(*Constraint, true)) in getInitialState() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h572 unsigned short newState; member
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h288 void reference(RefState newState) { in reference()
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h598 unsigned short newState; member
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1113 CodeState newState = CodeState::Data; in convertArmInstructionstoBE8() local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c127 unsigned short newState; member
H A Dzstd_v03.c708 unsigned short newState; member
H A Dzstd_v02.c706 unsigned short newState; member
H A Dzstd_v04.c881 unsigned short newState; member
H A Dzstd_v05.c997 unsigned short newState; member
H A Dzstd_v06.c1103 unsigned short newState; member
H A Dzstd_v07.c867 unsigned short newState; member
/freebsd/sys/dev/mrsas/
H A Dmrsas.h2926 u_int32_t newState; member
/freebsd/contrib/sqlite3/
H A Dshell.c6431 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state()