Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h287 void reference(RefState newState) { in reference()
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dfse.h513 unsigned short newState; member
/freebsd/sys/contrib/zstd/lib/common/
H A Dfse.h512 unsigned short newState; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp420 ProgramState *newState = nullptr; in getPersistentState() local
H A DExprEngine.cpp281 if (ProgramStateRef newState = state->assume(*Constraint, true)) in getInitialState() local
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DARM.cpp1127 CodeState newState = CodeState::Data; in convertArmInstructionstoBE8() local
/freebsd/crypto/krb5/src/windows/leash/
H A DLeashView.cpp2397 unsigned int newState = pNMLV->uNewState & ~LVIS_SELECTED; in OnLvnItemchanging() local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v01.c128 unsigned short newState; member
H A Dzstd_v03.c646 unsigned short newState; member
H A Dzstd_v02.c645 unsigned short newState; member
H A Dzstd_v04.c825 unsigned short newState; member
H A Dzstd_v05.c945 unsigned short newState; member
H A Dzstd_v06.c1047 unsigned short newState; member
H A Dzstd_v07.c812 unsigned short newState; member
/freebsd/sys/dev/mrsas/
H A Dmrsas.h2926 u_int32_t newState; member
/freebsd/contrib/sqlite3/
H A Dshell.c8900 static void re_add_state(ReStateSet *pSet, int newState){ in re_add_state()