Searched defs:NewState (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_context.h36 GLuint NewState; member in struct:__anon13729
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_context.h36 GLuint NewState; member in struct:__anon24214
/external/chromium_org/v8/src/
H A Dhydrogen-escape-analysis.cc86 HCapturedObject* HEscapeAnalysisPhase::NewState(HInstruction* previous) { function in class:v8::internal::HEscapeAnalysisPhase
99 HCapturedObject* state = NewState(previous);
112 HCapturedObject* state = NewState(previous);
126 HCapturedObject* state = NewState(previous);
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp489 State *NewState = NULL; local
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/
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/lib/CodeGen/
H A DRegAllocFast.cpp177 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
400 RegState NewState) {
410 PhysRegState[PhysReg] = NewState;
415 PhysRegState[PhysReg] = NewState;
399 definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState) argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_context.h235 GLbitfield NewState; member in struct:__anon13724
243 * When the NewState mask intersects these masks, we invalidate the
/external/clang/lib/Basic/
H A DDiagnostic.cpp227 DiagState *NewState = &DiagStates.back(); local
229 DiagStatePoints.insert(Pos+1, DiagStatePoint(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);
397 ProgramState NewState(*FromState);
398 NewState.GDM = GDMState->GDM;
399 return getPersistentState(NewState);
524 ProgramState NewState
701 ProgramStateRef NewState = set<TaintMap>(Sym, Kind); local
803 ProgramStateRef NewState = set<DynamicTypeMap>(Reg, NewTy); local
[all...]
H A DExprEngine.cpp886 ProgramStateRef NewState = local
888 if (NewState != State) {
889 Pred = Bldr.generateNode(OCE, Pred, NewState, /*Tag=*/0,
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h235 GLbitfield NewState; member in struct:__anon24209
243 * When the NewState mask intersects these masks, we invalidate the
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dapi_arrayelt.c65 GLuint NewState; member in struct:__anon13665
1433 AE_CONTEXT(ctx)->NewState = ~0;
1590 actx->NewState = 0;
1601 if (actx->NewState)
1622 assert (!actx->NewState);
1654 if (actx->NewState) {
1704 actx->NewState |= new_state;
H A Dmtypes.h3546 GLbitfield NewState; /**< bitwise-or of _NEW_* flags */ member in struct:gl_context
/external/llvm/include/llvm/MC/
H A DMCAssembler.h658 void setBundleLockState(BundleLockStateType NewState) { argument
659 BundleLockState = NewState;
/external/mesa3d/src/mesa/main/
H A Dapi_arrayelt.c65 GLuint NewState; member in struct:__anon24150
1433 AE_CONTEXT(ctx)->NewState = ~0;
1590 actx->NewState = 0;
1601 if (actx->NewState)
1622 assert (!actx->NewState);
1654 if (actx->NewState) {
1704 actx->NewState |= new_state;
H A Dmtypes.h3546 GLbitfield NewState; /**< bitwise-or of _NEW_* flags */ member in struct:gl_context
/external/clang/lib/Serialization/
H A DASTReader.cpp4452 DiagnosticsEngine::DiagState *NewState = &Diag.DiagStates.back(); local
4453 DiagStates.push_back(NewState);
4455 DiagnosticsEngine::DiagStatePoint(NewState,

Completed in 550 milliseconds