/freebsd-src/contrib/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 | 544 auto NewState = handleIncrement() local 570 auto NewState = handleDecrement() local 660 ProgramStateRef NewState = setIteratorPosition(State, NewVal, *NewPos); handlePtrIncrOrDecr() local 800 auto NewState = State->assume(comparison.castAs<DefinedSVal>(), Equal); 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...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSection.cpp | 39 setBundleLockState(BundleLockStateType NewState) setBundleLockState() argument
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DFAEmitter.cpp | 278 if (SeenStates.emplace(NewState).second) in emit() local 179 uint64_t NewState; global() member in __anonb2962b720211::Transition [all...] |
H A D | DFAPacketizerEmitter.cpp | 327 for (uint64_t NewState : applyInsnClass(Resources, State)) { in emitForItineraries() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ProgramState.cpp | 101 ProgramState NewState = *state; in removeDeadBindingsFromEnvironmentAndStore() local 406 ProgramState NewState(*FromState); getPersistentStateWithGDM() local 539 ProgramState NewState = *state; removeGDM() local [all...] |
H A D | ExprEngine.cpp | 1146 ProgramStateRef NewState = Pred->getState(); in ProcessLoopExit() local 2128 ProgramStateRef NewState = Visit() local 2500 ProgramStateRef NewState = updateLoopStack(Term, AMgr.getASTContext(), processCFGBlockEntrance() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConstraintManager.h | 330 ProgramStateRef NewState = REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
H A D | CallEvent.h | 381 cloneWithState(ProgramStateRef NewState) cloneWithState() argument 1401 cloneWithState(ProgramStateRef NewState) cloneWithState() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 385 int NewState; member 495 int NewState = StateAndEnd.first; in scan() local
|
/freebsd-src/usr.sbin/ppp/ |
H A D | fsm.c | 169 NewState(struct fsm *fp, int new) in NewState() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 1904 auto &NewState = State.Stack.back(); moveStatePastScopeOpener() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocFast.cpp | 424 setPhysRegState(MCPhysReg PhysReg,unsigned NewState) setPhysRegState() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | MachineIRBuilder.h | 302 setState(const MachineIRBuilderState & NewState) setState() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1027 BDVState NewState(BDV); in findBasePointer() local
|
H A D | NewGVN.cpp | 3087 auto NewState = AllEqual ? MPS_Equivalent : MPS_Unique; in valueNumberMemoryPhi() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 1368 SetTypestateAttr::ConsumedState NewState; handleSetTypestateAttr() local 8990 std::vector<StringRef> NewState; handleArmNewAttr() local
|
/freebsd-src/sys/dev/mpt/mpilib/ |
H A D | mpi_ioc.h | 706 U16 NewState; /* 02h */ member
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 6549 DiagState *NewState = &Diag.DiagStates.back(); ReadPragmaDiagnosticMappings() local
|