Home
last modified time | relevance | path

Searched refs:NewState (Results 1 – 5 of 5) sorted by relevance

/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp486 State *NewState = NULL; in run() local
494 NewState = VI->second; in run()
496 NewState = new State; in run()
497 NewState->stateInfo = NewStateResources; in run()
498 D.addState(NewState); in run()
499 Visited[NewStateResources] = NewState; in run()
500 WorkList.push_back(NewState); in run()
504 NewState); in run()
/external/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp90 ProgramState NewState = *state; in removeDeadBindings() local
92 NewState.Env = EnvMgr.removeDeadBindings(NewState.Env, SymReaper, state); in removeDeadBindings()
95 StoreRef newStore = StoreMgr->removeDeadBindings(NewState.getStore(), LCtx, in removeDeadBindings()
97 NewState.setStore(newStore); in removeDeadBindings()
100 return getPersistentState(NewState); in removeDeadBindings()
356 ProgramState NewState(*FromState); in getPersistentStateWithGDM() local
357 NewState.GDM = GDMState->GDM; in getPersistentStateWithGDM()
358 return getPersistentState(NewState); in getPersistentStateWithGDM()
483 ProgramState NewState = *state; in removeGDM() local
484 NewState.GDM = NewM; in removeGDM()
[all …]
/external/llvm/lib/CodeGen/
DRegAllocFast.cpp160 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
395 RegState NewState) { in definePhysReg() argument
405 PhysRegState[PhysReg] = NewState; in definePhysReg()
410 PhysRegState[PhysReg] = NewState; in definePhysReg()
/external/clang/lib/Basic/
DDiagnostic.cpp225 DiagState *NewState = &DiagStates.back(); in setDiagnosticMapping() local
227 DiagStatePoints.insert(Pos+1, DiagStatePoint(NewState, in setDiagnosticMapping()
/external/mesa3d/src/mesa/main/
Dmtypes.h1623 GLbitfield NewState; /**< mask of _NEW_ARRAY_* values */ member