Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/MC/
H A DMCSection.cpp50 if (NewState == NotBundleLocked) { in setBundleLockState() argument
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp93 ProgramStateRef NewState = State->set<TaintMap>(Sym, Kind); addTaint() local
119 ProgramStateRef NewState = State->remove<TaintMap>(Sym); removeTaint() local
142 ProgramStateRef NewState = State->set<DerivedSymTaint>(ParentSym, Regs); addPartialTaint() local
H A DIteratorModeling.cpp545 auto NewState = in handleIncrement() local
571 auto NewState = in handleDecrement() local
661 ProgramStateRef NewState = setIteratorPosition(State, NewVal, *NewPos); in handlePtrIncrOrDecr() local
801 auto NewState = State->assume(comparison.castAs<DefinedSVal>(), Equal); in relateSymbols() local
[all...]
H A DNonNullParamChecker.cpp271 if (ProgramStateRef NewState = State->assume(StoredVal, true)) { in checkBeginFunction() local
H A DIterator.cpp272 ProgramStateRef NewState = State; in assumeNoOverflow() local
H A DCastValueChecker.cpp309 ProgramStateRef NewState = State; in addInstanceOfTransition() local
H A DNullabilityChecker.cpp637 if (ProgramStateRef NewState = State->assume(*StoredVal, true)) { in checkLocation() local
H A DStdLibraryFunctionsChecker.cpp1319 ProgramStateRef NewState = State; in checkPreCall() local
1374 ProgramStateRef NewState = State; in checkPostCall() local
[all...]
/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp178 uint64_t NewState; global() member in __anonf9eb8c730211::Transition
277 uint64_t NewState = T.transitionFrom(State); emit() local
[all...]
H A DDFAPacketizerEmitter.cpp327 for (uint64_t NewState : applyInsnClass(Resources, State)) { emitForItineraries() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h333 ProgramStateRef NewState = REGISTER_TRAIT_WITH_PROGRAMSTATE() local
H A DCallEvent.h382 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState() argument
1473 cloneWithState(ProgramStateRef NewState) cloneWithState() argument
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp101 ProgramState NewState = *state; in removeDeadBindingsFromEnvironmentAndStore() local
420 ProgramState NewState(*FromState); getPersistentStateWithGDM() local
571 ProgramState NewState = *state; removeGDM() local
[all...]
H A DExprEngine.cpp1146 ProgramStateRef NewState = Pred->getState(); ProcessLoopExit() local
2131 ProgramStateRef NewState = Visit() local
2507 ProgramStateRef NewState = updateLoopStack(Term, AMgr.getASTContext(), processCFGBlockEntrance() local
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp385 int NewState; member
495 int NewState = StateAndEnd.first; in scan() local
[all...]
/llvm-project/clang-tools-extra/pseudo/lib/
H A DGLR.cpp
/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp1249 std::vector<StringRef> NewState; handleNewAttr() local
H A DSemaDeclAttr.cpp1108 SetTypestateAttr::ConsumedState NewState; handleSetTypestateAttr() local
/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp1946 auto &NewState = State.Stack.back(); moveStatePastScopeOpener() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DMachineIRBuilder.h305 setState(const MachineIRBuilderState & NewState) setState() argument
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp449 setPhysRegState(MCPhysReg PhysReg,unsigned NewState) setPhysRegState() argument
/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1027 BDVState NewState(BDV); findBasePointer() local
H A DNewGVN.cpp3087 auto NewState = AllEqual ? MPS_Equivalent : MPS_Unique; valueNumberMemoryPhi() local
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp6555 DiagState *NewState = &Diag.DiagStates.back(); ReadPragmaDiagnosticMappings() local