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

  /external/clang/lib/StaticAnalyzer/Core/
DynamicTypeMap.cpp 45 ProgramStateRef NewState = State->set<DynamicTypeMap>(Reg, NewTy);
46 assert(NewState);
47 return NewState;
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 142 if (ProgramStateRef newState = state->assume(*Constraint, true))
143 state = newState;
    [all...]
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.h 36 GLuint NewState;
  /external/v8/src/crankshaft/
hydrogen-escape-analysis.cc 64 HCapturedObject* HEscapeAnalysisPhase::NewState(HInstruction* previous) {
77 HCapturedObject* state = NewState(previous);
90 HCapturedObject* state = NewState(previous);
104 HCapturedObject* state = NewState(previous);
  /external/clang/lib/Basic/
Diagnostic.cpp 243 DiagState *NewState = &DiagStates.back();
244 NewState->setMapping(Diag, Mapping);
245 DiagStatePoints.insert(Pos+1, DiagStatePoint(NewState,
    [all...]
  /external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp 257 const State &newState();
508 const State &DFA::newState() {
889 const State *Initial = &D.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/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 340 int NewState;
360 LastStateChange.NewState = BaseState;
423 if (!VisitingInvoke && LastStateChange.NewState != BaseState &&
430 LastStateChange.NewState = BaseState;
450 int NewState = StateAndEnd.first;
454 if (NewState == LastStateChange.NewState) {
463 LastStateChange.NewState = NewState;
472 if (LastStateChange.NewState != BaseState)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_context.h 252 GLbitfield NewState;
260 * When the NewState mask intersects these masks, we invalidate the
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 768 BDVState NewState;
770 NewState = meetBDVState(NewState, getStateForInput(SI->getTrueValue()));
771 NewState =
772 meetBDVState(NewState, getStateForInput(SI->getFalseValue()));
775 NewState = meetBDVState(NewState, getStateForInput(Val));
779 NewState =
780 meetBDVState(NewState, getStateForInput(EE->getVectorOperand()));
785 NewState = meetBDVState(NewState, getStateForInput(IE->getOperand(0)))
    [all...]
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 68 GLbitfield 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 237 DWORD NewState;
    [all...]
winnt.h     [all...]

Completed in 1051 milliseconds