HomeSort by relevance Sort by last modified time
    Searched refs:NewState (Results 1 - 7 of 7) sorted by null

  /external/libppp/src/
fsm.c 169 NewState(struct fsm *fp, int new)
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(fp, ST_INITIAL)
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 480 State *NewState = NULL;
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/
ProgramState.cpp 100 ProgramState NewState = *state;
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);
124 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
128 return Mgr.getOwningEngine()->processRegionChange(newState, MR);
130 return newState;
171 ProgramStateRef newState = makeWithStore(newStore)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 285 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/
RegAllocFast.cpp 160 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
391 RegState NewState) {
401 PhysRegState[PhysReg] = NewState;
406 PhysRegState[PhysReg] = NewState;
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 227 DiagState *NewState = &DiagStates.back();
229 DiagStatePoints.insert(Pos+1, DiagStatePoint(NewState,
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 707 milliseconds