HomeSort by relevance Sort by last modified time
    Searched defs:NewState (Results 1 - 18 of 18) 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 63 HCapturedObject* HEscapeAnalysisPhase::NewState(HInstruction* previous) {
76 HCapturedObject* state = NewState(previous);
89 HCapturedObject* state = NewState(previous);
103 HCapturedObject* state = NewState(previous);
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 142 const State &newState();
241 const State &DFA::newState() {
435 const State *Initial = &D.newState();
473 const State *NewState;
483 NewState = VI->second;
485 NewState = &D.newState();
486 NewState->stateInfo = NewStateResources;
487 Visited[NewStateResources] = NewState;
488 WorkList.push_back(NewState);
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 225 DiagState *NewState = &DiagStates.back();
227 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;
195 ProgramStateRef newState = makeWithStore(newStore)
    [all...]
ExprEngine.cpp 131 if (ProgramStateRef newState = state->assume(*Constraint, true))
132 state = newState;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mountmgr.h 161 MOUNTMGR_AUTO_MOUNT_STATE NewState;
wmidata.h     [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddstor.h 257 ULONG NewState;
winioctl.h 229 DWORD NewState;
    [all...]

Completed in 588 milliseconds