Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp93 ProgramStateRef NewState = State->set<TaintMap>(Sym, Kind); in addTaint() local
119 ProgramStateRef NewState = State->remove<TaintMap>(Sym); in removeTaint() local
142 ProgramStateRef NewState = State->set<DerivedSymTaint>(ParentSym, Regs); in addPartialTaint() local
H A DIteratorModeling.cpp548 auto NewState = in handleIncrement() local
574 auto NewState = in handleDecrement() local
665 ProgramStateRef NewState = setIteratorPosition(State, NewVal, *NewPos); in handlePtrIncrOrDecr() local
805 auto NewState = State->assume(comparison.castAs<DefinedSVal>(), Equal); in relateSymbols() local
H A DNonNullParamChecker.cpp269 if (ProgramStateRef NewState = State->assume(StoredVal, true)) { in checkBeginFunction() local
H A DIterator.cpp274 ProgramStateRef NewState = State; in assumeNoOverflow() local
H A DCastValueChecker.cpp309 ProgramStateRef NewState = State; in addInstanceOfTransition() local
H A DStdLibraryFunctionsChecker.cpp979 ProgramStateRef NewState = State; in checkPreCall() local
1027 ProgramStateRef NewState = State; in checkPostCall() local
H A DNullabilityChecker.cpp602 if (ProgramStateRef NewState = State->assume(*StoredVal, true)) { in checkLocation() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DDFAEmitter.cpp179 uint64_t NewState; member in __anone5f2cf8d0211::Transition
278 uint64_t NewState = T.transitionFrom(State); in emit() local
H A DDFAPacketizerEmitter.cpp325 for (uint64_t NewState : applyInsnClass(Resources, State)) { in emitForItineraries() local
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSection.cpp39 void MCSection::setBundleLockState(BundleLockStateType NewState) { in setBundleLockState()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp101 ProgramState NewState = *state; in removeDeadBindingsFromEnvironmentAndStore() local
407 ProgramState NewState(*FromState); in getPersistentStateWithGDM() local
540 ProgramState NewState = *state; in removeGDM() local
H A DExprEngine.cpp1140 ProgramStateRef NewState = Pred->getState(); in ProcessLoopExit() local
2106 ProgramStateRef NewState = in Visit() local
2479 ProgramStateRef NewState = updateLoopStack(Term, AMgr.getASTContext(), in processCFGBlockEntrance() local
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h330 ProgramStateRef NewState = in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
H A DCallEvent.h375 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
1355 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp385 int NewState; member
495 int NewState = StateAndEnd.first; in scan() local
/openbsd/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp1744 auto &NewState = State.Stack.back(); in moveStatePastScopeOpener() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp310 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1057 BDVState NewState(BDV); in findBasePointer() local
H A DNewGVN.cpp3081 auto NewState = AllEqual ? MPS_Equivalent : MPS_Unique; in valueNumberMemoryPhi() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp1354 SetTypestateAttr::ConsumedState NewState; in handleSetTypestateAttr() local
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp6347 DiagState *NewState = &Diag.DiagStates.back(); in ReadPragmaDiagnosticMappings() local