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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
ss_context.h 36 GLuint NewState;
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.h 36 GLuint NewState;
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 66 HCapturedObject* HEscapeAnalysisPhase::NewState(HInstruction* previous) {
78 HCapturedObject* state = NewState(previous);
90 HCapturedObject* state = NewState(previous);
103 HCapturedObject* state = NewState(previous);
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 489 State *NewState = NULL;
499 NewState = VI->second;
501 NewState = new State;
502 NewState->stateInfo = NewStateResources;
503 D.addState(NewState);
504 Visited[NewStateResources] = NewState;
505 WorkList.push_back(NewState);
508 current->addTransition(InsnClass, NewState);
  /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/clang/lib/Basic/
Diagnostic.cpp 227 DiagState *NewState = &DiagStates.back();
229 DiagStatePoints.insert(Pos+1, DiagStatePoint(NewState,
    [all...]
  /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);
116 ProgramStateRef newState = makeWithStore(Mgr.StoreMgr->Bind(getStore(),
120 return Mgr.getOwningEngine()->processRegionChange(newState, MR);
122 return newState;
208 ProgramStateRef newState = makeWithStore(newStore)
    [all...]
ExprEngine.cpp 129 if (ProgramStateRef newState = state->assume(*Constraint, true))
130 state = newState;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.h 235 GLbitfield NewState;
243 * When the NewState mask intersects these masks, we invalidate the
  /external/mesa3d/src/mesa/swrast/
s_context.h 235 GLbitfield NewState;
243 * When the NewState mask intersects these masks, we invalidate the
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
api_arrayelt.c 65 GLuint NewState;
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 65 GLuint NewState;
    [all...]
mtypes.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 1335 milliseconds