/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | Taint.cpp | 90 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
|
D | IteratorModeling.cpp | 549 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
|
D | NonNullParamChecker.cpp | 269 if (ProgramStateRef NewState = State->assume(StoredVal, true)) { in checkBeginFunction() local
|
D | Iterator.cpp | 274 ProgramStateRef NewState = State; in assumeNoOverflow() local
|
D | CastValueChecker.cpp | 308 ProgramStateRef NewState = State; in addInstanceOfTransition() local
|
D | StdLibraryFunctionsChecker.cpp | 687 ProgramStateRef NewState = State; in checkPreCall() local 722 ProgramStateRef NewState = State; in checkPostCall() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | DynamicTypeMap.cpp | 45 ProgramStateRef NewState = State->set<DynamicTypeMap>(Reg, NewTy); in setDynamicTypeInfo() local
|
D | ProgramState.cpp | 100 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/ |
D | ss_context.h | 36 GLuint NewState; member
|
/external/llvm/lib/MC/ |
D | MCSection.cpp | 37 void MCSection::setBundleLockState(BundleLockStateType NewState) { in setBundleLockState()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCSection.cpp | 37 void MCSection::setBundleLockState(BundleLockStateType NewState) { in setBundleLockState()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCSection.cpp | 39 void MCSection::setBundleLockState(BundleLockStateType NewState) { in setBundleLockState()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | DFAEmitter.cpp | 200 uint64_t NewState; member in __anon24fc4d370211::Transition 299 uint64_t NewState = T.transitionFrom(State); in emit() local
|
D | DFAPacketizerEmitter.cpp | 327 for (uint64_t NewState : applyInsnClass(Resources, State)) { in emitForItineraries() local
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ProgramState.cpp | 104 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/ |
D | SMTConstraintManager.h | 329 ProgramStateRef NewState = in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
|
D | CallEvent.h | 376 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState() 1436 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 340 int NewState; member 450 int NewState = StateAndEnd.first; in scan() local
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 382 int NewState; member 492 int NewState = StateAndEnd.first; in scan() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocFast.cpp | 242 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/ |
D | WinException.cpp | 375 int NewState; member 485 int NewState = StateAndEnd.first; in scan() local
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 364 CallEventRef<> cloneWithState(ProgramStateRef NewState) const { in cloneWithState() 1083 CallEventRef<T> CallEvent::cloneWithState(ProgramStateRef NewState) const { in cloneWithState()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.h | 252 GLbitfield NewState; member
|
/external/llvm/utils/TableGen/ |
D | DFAPacketizerEmitter.cpp | 938 const State *NewState = nullptr; in run() local
|
/external/clang/lib/Basic/ |
D | Diagnostic.cpp | 243 DiagState *NewState = &DiagStates.back(); in setSeverity() local
|