Home
last modified time | relevance | path

Searched defs:NewState (Results 1 – 25 of 42) sorted by relevance

12

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DTaint.cpp90 ProgramStateRef NewState = State->set<TaintMap>(Sym, Kind); in addTaint() local
116 ProgramStateRef NewState = State->remove<TaintMap>(Sym); in removeTaint() local
139 ProgramStateRef NewState = State->set<DerivedSymTaint>(ParentSym, Regs); in addPartialTaint() local
DIteratorModeling.cpp549 auto NewState = in handleIncrement() local
575 auto NewState = in handleDecrement() local
666 ProgramStateRef NewState = setIteratorPosition(State, NewVal, *NewPos); in handlePtrIncrOrDecr() local
806 auto NewState = State->assume(comparison.castAs<DefinedSVal>(), Equal); in relateSymbols() local
DNonNullParamChecker.cpp269 if (ProgramStateRef NewState = State->assume(StoredVal, true)) { in checkBeginFunction() local
DIterator.cpp274 ProgramStateRef NewState = State; in assumeNoOverflow() local
DCastValueChecker.cpp308 ProgramStateRef NewState = State; in addInstanceOfTransition() local
DStdLibraryFunctionsChecker.cpp687 ProgramStateRef NewState = State; in checkPreCall() local
722 ProgramStateRef NewState = State; in checkPostCall() local
/external/clang/lib/StaticAnalyzer/Core/
DDynamicTypeMap.cpp45 ProgramStateRef NewState = State->set<DynamicTypeMap>(Reg, NewTy); in setDynamicTypeInfo() local
DProgramState.cpp100 ProgramState NewState = *state; in removeDeadBindings() local
376 ProgramState NewState(*FromState); in getPersistentStateWithGDM() local
503 ProgramState NewState = *state; in removeGDM() local
682 ProgramStateRef NewState = set<TaintMap>(Sym, Kind); in addTaint() local
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.h36 GLuint NewState; member
/external/llvm/lib/MC/
DMCSection.cpp37 void MCSection::setBundleLockState(BundleLockStateType NewState) { in setBundleLockState()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSection.cpp37 void MCSection::setBundleLockState(BundleLockStateType NewState) { in setBundleLockState()
/external/llvm-project/llvm/lib/MC/
DMCSection.cpp39 void MCSection::setBundleLockState(BundleLockStateType NewState) { in setBundleLockState()
/external/llvm-project/llvm/utils/TableGen/
DDFAEmitter.cpp200 uint64_t NewState; member in __anon24fc4d370211::Transition
299 uint64_t NewState = T.transitionFrom(State); in emit() local
DDFAPacketizerEmitter.cpp327 for (uint64_t NewState : applyInsnClass(Resources, State)) { in emitForItineraries() local
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DProgramState.cpp104 ProgramState NewState = *state; in removeDeadBindingsFromEnvironmentAndStore() local
403 ProgramState NewState(*FromState); in getPersistentStateWithGDM() local
530 ProgramState NewState = *state; in removeGDM() local
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConstraintManager.h329 ProgramStateRef NewState = in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
DCallEvent.h376 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
1436 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp340 int NewState; member
450 int NewState = StateAndEnd.first; in scan() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp382 int NewState; member
492 int NewState = StateAndEnd.first; in scan() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocFast.cpp242 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState()
522 MCPhysReg PhysReg, RegState NewState) { in definePhysReg()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp375 int NewState; member
485 int NewState = StateAndEnd.first; in scan() local
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCallEvent.h364 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
1083 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
/external/mesa3d/src/mesa/swrast/
Ds_context.h252 GLbitfield NewState; member
/external/llvm/utils/TableGen/
DDFAPacketizerEmitter.cpp938 const State *NewState = nullptr; in run() local
/external/clang/lib/Basic/
DDiagnostic.cpp243 DiagState *NewState = &DiagStates.back(); in setSeverity() local

12