/llvm-project/llvm/lib/MC/ |
H A D | MCSection.cpp | 50 if (NewState == NotBundleLocked) { in setBundleLockState() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 93 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 D | IteratorModeling.cpp | 545 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 D | NonNullParamChecker.cpp | 271 if (ProgramStateRef NewState = State->assume(StoredVal, true)) { in checkBeginFunction() local
|
H A D | Iterator.cpp | 272 ProgramStateRef NewState = State; in assumeNoOverflow() local
|
H A D | CastValueChecker.cpp | 309 ProgramStateRef NewState = State; in addInstanceOfTransition() local
|
H A D | NullabilityChecker.cpp | 637 if (ProgramStateRef NewState = State->assume(*StoredVal, true)) { in checkLocation() local
|
H A D | StdLibraryFunctionsChecker.cpp | 1319 ProgramStateRef NewState = State; in checkPreCall() local 1374 ProgramStateRef NewState = State; in checkPostCall() local [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 178 uint64_t NewState; global() member in __anonf9eb8c730211::Transition 277 uint64_t NewState = T.transitionFrom(State); emit() local [all...] |
H A D | DFAPacketizerEmitter.cpp | 327 for (uint64_t NewState : applyInsnClass(Resources, State)) { emitForItineraries() local
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 333 ProgramStateRef NewState = REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
H A D | CallEvent.h | 382 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState() argument 1473 cloneWithState(ProgramStateRef NewState) cloneWithState() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 101 ProgramState NewState = *state; in removeDeadBindingsFromEnvironmentAndStore() local 420 ProgramState NewState(*FromState); getPersistentStateWithGDM() local 571 ProgramState NewState = *state; removeGDM() local [all...] |
H A D | ExprEngine.cpp | 1146 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 D | WinException.cpp | 385 int NewState; member 495 int NewState = StateAndEnd.first; in scan() local [all...] |
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | GLR.cpp |
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaARM.cpp | 1249 std::vector<StringRef> NewState; handleNewAttr() local
|
H A D | SemaDeclAttr.cpp | 1108 SetTypestateAttr::ConsumedState NewState; handleSetTypestateAttr() local
|
/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 1946 auto &NewState = State.Stack.back(); moveStatePastScopeOpener() local
|
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 305 setState(const MachineIRBuilderState & NewState) setState() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 449 setPhysRegState(MCPhysReg PhysReg,unsigned NewState) setPhysRegState() argument
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1027 BDVState NewState(BDV); findBasePointer() local
|
H A D | NewGVN.cpp | 3087 auto NewState = AllEqual ? MPS_Equivalent : MPS_Unique; valueNumberMemoryPhi() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 6555 DiagState *NewState = &Diag.DiagStates.back(); ReadPragmaDiagnosticMappings() local
|