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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_context.h36 GLuint NewState; member in struct:__anon14583
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_context.h36 GLuint NewState; member in struct:__anon27994
/external/chromium_org/v8/src/
H A Dhydrogen-escape-analysis.cc63 HCapturedObject* HEscapeAnalysisPhase::NewState(HInstruction* previous) { function in class:v8::internal::HEscapeAnalysisPhase
76 HCapturedObject* state = NewState(previous);
89 HCapturedObject* state = NewState(previous);
103 HCapturedObject* state = NewState(previous);
/external/llvm/utils/TableGen/
H A DDFAPacketizerEmitter.cpp473 const State *NewState; local
483 NewState = VI->second;
485 NewState = &D.newState();
486 NewState->stateInfo = NewStateResources;
487 Visited[NewStateResources] = NewState;
488 WorkList.push_back(NewState);
491 current->addTransition(InsnClass, NewState);
/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp178 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
401 RegState NewState) {
411 PhysRegState[PhysReg] = NewState;
416 PhysRegState[PhysReg] = NewState;
400 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:__anon14578
243 * When the NewState mask intersects these masks, we invalidate the
/external/clang/lib/Basic/
H A DDiagnostic.cpp225 DiagState *NewState = &DiagStates.back(); local
227 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);
376 ProgramState NewState(*FromState);
377 NewState.GDM = GDMState->GDM;
378 return getPersistentState(NewState);
503 ProgramState NewState
682 ProgramStateRef NewState = set<TaintMap>(Sym, Kind); local
784 ProgramStateRef NewState = set<DynamicTypeMap>(Reg, NewTy); local
[all...]
H A DExprEngine.cpp959 ProgramStateRef NewState = local
961 if (NewState != State) {
962 Pred = Bldr.generateNode(OCE, Pred, NewState, /*Tag=*/nullptr,
/external/mesa3d/src/mesa/swrast/
H A Ds_context.h235 GLbitfield NewState; member in struct:__anon27989
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:__anon14519
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.h668 void setBundleLockState(BundleLockStateType NewState) { argument
669 BundleLockState = NewState;
/external/mesa3d/src/mesa/main/
H A Dapi_arrayelt.c65 GLuint NewState; member in struct:__anon27930
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.cpp5012 DiagnosticsEngine::DiagState *NewState = &Diag.DiagStates.back(); local
5013 DiagStates.push_back(NewState);
5015 DiagnosticsEngine::DiagStatePoint(NewState,

Completed in 1505 milliseconds