/freebsd/usr.sbin/ppp/ |
H A D | fsm.c | 169 NewState(struct fsm *fp, int new) in NewState() function 250 NewState(fp, ST_REQSENT); in FsmOpenNow() 259 NewState(fp, ST_STARTING); in fsm_Open() 265 NewState(fp, ST_STOPPED); /* XXX: This is a hack ! */ in fsm_Open() 270 NewState(fp, ST_STOPPED); /* XXX: This is a not-so-bad hack ! */ in fsm_Open() 287 NewState(fp, ST_STOPPING); in fsm_Open() 299 NewState(fp, ST_CLOSED); in fsm_Up() 304 NewState(fp, ST_REQSENT); in fsm_Up() 318 NewState(fp, ST_INITIAL); in fsm_Down() 323 NewState(fp, ST_INITIAL); in fsm_Down() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 178 uint64_t NewState; member in __anon4fed36600211::Transition 277 uint64_t NewState = T.transitionFrom(State); in emit() local 278 if (SeenStates.emplace(NewState).second) in emit() 279 Worklist.emplace_back(NewState); in emit() 281 Emitter.addTransition(State, NewState, Actions.idFor(T.getActions())); in emit() 310 NewState = 0; in Transition() 316 NewState |= 1ULL << I; in Transition() 342 if ((State & NewState) == 0) in canTransitionFrom() 348 uint64_t Transition::transitionFrom(uint64_t State) { return State | NewState; } in transitionFrom()
|
H A D | DFAPacketizerEmitter.cpp | 327 for (uint64_t NewState : applyInsnClass(Resources, State)) { in emitForItineraries() local 328 if (SeenStates.emplace(NewState).second) in emitForItineraries() 329 Worklist.emplace_back(NewState); in emitForItineraries() 330 Emitter.addTransition(State, NewState, ResourcesID); in emitForItineraries()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 94 ProgramStateRef NewState = State->set<TaintMap>(Sym, Kind); in addTaint() local 95 assert(NewState); in addTaint() 96 return NewState; in addTaint() 120 ProgramStateRef NewState = State->remove<TaintMap>(Sym); in removeTaint() local 121 assert(NewState); in removeTaint() 122 return NewState; in removeTaint() 143 ProgramStateRef NewState = State->set<DerivedSymTaint>(ParentSym, Regs); in addPartialTaint() local 144 assert(NewState); in addPartialTaint() 145 return NewState; in addPartialTaint()
|
H A D | IteratorModeling.cpp | 545 auto NewState = in handleIncrement() local 548 assert(NewState && in handleIncrement() 551 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleIncrement() 571 auto NewState = in handleDecrement() local 574 assert(NewState && in handleDecrement() 577 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleDecrement() 661 ProgramStateRef NewState = setIteratorPosition(State, NewVal, *NewPos); in handlePtrIncrOrDecr() local 662 C.addTransition(NewState); in handlePtrIncrOrDecr() 801 auto NewState = State->assume(comparison.castAs<DefinedSVal>(), Equal); in relateSymbols() local 802 if (!NewState) in relateSymbols() [all …]
|
H A D | CastValueChecker.cpp | 309 ProgramStateRef NewState = State; in addInstanceOfTransition() local 311 NewState = setDynamicTypeAndCastInfo(State, MR, CastFromTy, CastToTy, in addInstanceOfTransition() 317 NewState->BindExpr(Call.getOriginExpr(), C.getLocationContext(), in addInstanceOfTransition() 324 C.generateSink(NewState, C.getPredecessor()); in addInstanceOfTransition()
|
H A D | StdLibraryFunctionsChecker.cpp | 1319 ProgramStateRef NewState = State; in checkPreCall() local 1323 ProgramStateRef SuccessSt = Constraint->apply(NewState, Call, Summary, C); in checkPreCall() 1325 NegatedConstraint->apply(NewState, Call, Summary, C); in checkPreCall() 1338 NewState = SuccessSt; in checkPreCall() 1339 if (NewState != State) { in checkPreCall() 1347 Constraint->describe(ValueConstraint::Assumption, Call, NewState, Summary, in checkPreCall() 1351 NewState, NewNode, in checkPreCall() 1374 ProgramStateRef NewState = State; in checkPostCall() local 1376 NewState = Constraint->apply(NewState, Call, Summary, C); in checkPostCall() 1377 if (!NewState) in checkPostCall() [all …]
|
H A D | NullabilityChecker.cpp | 637 if (ProgramStateRef NewState = State->assume(*StoredVal, true)) { in checkLocation() local 638 Context.addTransition(NewState); in checkLocation()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSection.cpp | 50 void MCSection::setBundleLockState(BundleLockStateType NewState) { in setBundleLockState() argument 51 if (NewState == NotBundleLocked) { in setBundleLockState() 64 BundleLockState = NewState; in setBundleLockState()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 101 ProgramState NewState = *state; in removeDeadBindingsFromEnvironmentAndStore() local 103 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state); in removeDeadBindingsFromEnvironmentAndStore() 106 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, in removeDeadBindingsFromEnvironmentAndStore() 108 NewState.setStore(newStore); in removeDeadBindingsFromEnvironmentAndStore() 111 return getPersistentState(NewState); in removeDeadBindingsFromEnvironmentAndStore() 420 ProgramState NewState(*FromState); in getPersistentStateWithGDM() local 421 NewState.GDM = GDMState->GDM; in getPersistentStateWithGDM() 422 return getPersistentState(NewState); in getPersistentStateWithGDM() 571 ProgramState NewState = *state; in removeGDM() local 572 NewState.GDM = NewM; in removeGDM() [all …]
|
H A D | ExprEngine.cpp | 1146 ProgramStateRef NewState = Pred->getState(); in ProcessLoopExit() local 1149 NewState = processLoopEnd(S, NewState); in ProcessLoopExit() 1152 Bldr.generateNode(PP, NewState, Pred); in ProcessLoopExit() 2140 ProgramStateRef NewState = in Visit() local 2142 if (NewState != State) { in Visit() 2143 Pred = Bldr.generateNode(OCE, Pred, NewState, /*tag=*/nullptr, in Visit() 2512 ProgramStateRef NewState = updateLoopStack(Term, AMgr.getASTContext(), in processCFGBlockEntrance() local 2514 if (NewState != Pred->getState()) { in processCFGBlockEntrance() 2515 ExplodedNode *UpdatedNode = nodeBuilder.generateNode(NewState, Pred); in processCFGBlockEntrance()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 385 int NewState; member 405 LastStateChange.NewState = BaseState; in InvokeStateChangeIterator() 468 if (!VisitingInvoke && LastStateChange.NewState != BaseState && in scan() 475 LastStateChange.NewState = BaseState; in scan() 495 int NewState = StateAndEnd.first; in scan() local 499 if (NewState == LastStateChange.NewState) { in scan() 508 LastStateChange.NewState = NewState; in scan() 517 if (LastStateChange.NewState != BaseState) { in scan() 521 LastStateChange.NewState = BaseState; in scan() 619 LastEHState = StateChange.NewState; in emitCSpecificHandlerTable() [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | path_parser.h | 211 void makeState(ParserState NewState, PosPtr Start, PosPtr End) noexcept { in makeState() 212 State_ = NewState; in makeState() 215 void makeState(ParserState NewState) noexcept { in makeState() 216 State_ = NewState; in makeState()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Automaton.td | 86 // A transition S' = T(S) is valid if, for every set bit in NewState, the 89 // S' = S | NewState 94 bits<32> NewState;
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 333 ProgramStateRef NewState = in REGISTER_TRAIT_WITH_PROGRAMSTATE() local 337 NewState->get<ConstraintSMT>().Profile(ID); in REGISTER_TRAIT_WITH_PROGRAMSTATE() 345 addStateConstraints(NewState); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
H A D | CallEvent.h | 379 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const; 382 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState() argument 383 return cloneWithState<CallEvent>(NewState); in cloneWithState() 1473 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { in cloneWithState() argument 1478 if (NewState == State) in cloneWithState() 1486 Copy->State = NewState; in cloneWithState()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugProgramInstruction.h | 680 ScopedDbgInfoFormatSetter(T &Obj, bool NewState) in DEFINE_ISA_CONVERSION_FUNCTIONS() 682 Obj.setIsNewDbgInfoFormat(NewState); in DEFINE_ISA_CONVERSION_FUNCTIONS() 689 bool NewState) -> ScopedDbgInfoFormatSetter<T>;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 1249 std::vector<StringRef> NewState; in handleNewAttr() local 1252 NewState.push_back(S); in handleNewAttr() 1273 if (!llvm::is_contained(NewState, StateName)) // Avoid adding duplicates. in handleNewAttr() 1274 NewState.push_back(StateName); in handleNewAttr() 1292 getASTContext(), AL, NewState.data(), NewState.size())); in handleNewAttr()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSection.h | 159 void setBundleLockState(BundleLockStateType NewState);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1027 BDVState NewState(BDV); in findBasePointer() local 1031 NewState.meet(OpState); in findBasePointer() 1038 auto BV = NewState.getBaseValue(); in findBasePointer() 1040 NewState = BDVState(I, BDVState::Conflict); in findBasePointer() 1043 if (OldState != NewState) { in findBasePointer() 1045 States[BDV] = NewState; in findBasePointer()
|
H A D | NewGVN.cpp | 3087 auto NewState = AllEqual ? MPS_Equivalent : MPS_Unique; in valueNumberMemoryPhi() local 3088 MemoryPhiState[MP] = NewState; in valueNumberMemoryPhi() 3089 if (setMemoryClass(MP, CC) || OldState != NewState) in valueNumberMemoryPhi()
|
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 1944 auto &NewState = State.Stack.back(); in moveStatePastScopeOpener() local 1945 NewState.NestedBlockIndent = NestedBlockIndent; in moveStatePastScopeOpener() 1946 NewState.BreakBeforeParameter = BreakBeforeParameter; in moveStatePastScopeOpener() 1947 NewState.HasMultipleNestedBlocks = (Current.BlockParameterCount > 1); in moveStatePastScopeOpener() 1955 NewState.HasMultipleNestedBlocks = true; in moveStatePastScopeOpener() 1962 NewState.IsInsideObjCArrayLiteral = Current.is(TT_ArrayInitializerLSquare) && in moveStatePastScopeOpener()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 279 void setPhysRegState(MCPhysReg PhysReg, unsigned NewState); 449 void RegAllocFastImpl::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState() argument 451 RegUnitStates[Unit] = NewState; in setPhysRegState()
|
/freebsd/sys/dev/mpt/mpilib/ |
H A D | mpi_ioc.h | 706 U16 NewState; /* 02h */ member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 305 void setState(const MachineIRBuilderState &NewState) { State = NewState; } in setState() argument
|