Searched refs:NewState (Results 1 - 7 of 7) sorted by relevance

/external/libppp/src/
H A Dfsm.c169 NewState(struct fsm *fp, int new) function
250 NewState(fp, ST_REQSENT);
259 NewState(fp, ST_STARTING);
265 NewState(fp, ST_STOPPED); /* XXX: This is a hack ! */
270 NewState(fp, ST_STOPPED); /* XXX: This is a not-so-bad hack ! */
287 NewState(fp, ST_STOPPING);
299 NewState(fp, ST_CLOSED);
304 NewState(fp, ST_REQSENT);
318 NewState(fp, ST_INITIAL);
323 NewState(f
[all...]
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp480 State *NewState = NULL; local
490 NewState = VI->second;
492 NewState = new State;
493 NewState->stateInfo = NewStateResources;
494 D.addState(NewState);
495 Visited[NewStateResources] = NewState;
496 WorkList.push_back(NewState);
499 current->addTransition(InsnClass, NewState);
/external/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp100 ProgramState NewState = *state; local
102 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state);
105 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx,
107 NewState.setStore(newStore);
110 ProgramStateRef Result = getPersistentState(NewState);
347 ProgramState NewState(*FromState);
348 NewState.GDM = GDMState->GDM;
349 return getPersistentState(NewState);
474 ProgramState NewState
642 ProgramStateRef NewState = set<TaintMap>(Sym, Kind); local
749 ProgramStateRef NewState = set<DynamicTypeMap>(Reg, NewTy); local
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h285 CallEventRef<T> cloneWithState(ProgramStateRef NewState) const;
288 CallEventRef<> cloneWithState(ProgramStateRef NewState) const {
289 return cloneWithState<CallEvent>(NewState);
941 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const {
945 if (NewState == State)
953 Copy->State = NewState;
/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp160 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
391 RegState NewState) {
401 PhysRegState[PhysReg] = NewState;
406 PhysRegState[PhysReg] = NewState;
390 definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState) argument
/external/clang/lib/Basic/
H A DDiagnostic.cpp227 DiagState *NewState = &DiagStates.back(); local
229 DiagStatePoints.insert(Pos+1, DiagStatePoint(NewState,
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1623 GLbitfield NewState; /**< mask of _NEW_ARRAY_* values */ member in struct:gl_array_attrib
3216 // GLbitfield NewState; /**< bitwise-or of _NEW_* flags */

Completed in 149 milliseconds