Searched refs:NewPos (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | STLAlgorithmModeling.cpp | 151 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local 152 assert(NewPos && "Failed to create new iterator position."); in Find() 155 nonloc::SymbolVal(NewPos->getOffset()), in Find() 173 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local 174 assert(NewPos && "Failed to create new iterator position."); in Find() 177 nonloc::SymbolVal(NewPos->getOffset()), in Find()
|
| H A D | IteratorModeling.cpp | 555 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleIncrement() local 556 assert(NewPos && in handleIncrement() 559 State = setIteratorPosition(State, Iter, *NewPos); in handleIncrement() 560 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleIncrement() 581 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleDecrement() local 582 assert(NewPos && in handleDecrement() 585 State = setIteratorPosition(State, Iter, *NewPos); in handleDecrement() 586 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleDecrement() 618 const auto *NewPos = getIteratorPosition(AdvancedState, Iterator); in handleRandomIncrOrDecr() local 619 assert(NewPos && in handleRandomIncrOrDecr() [all …]
|
| H A D | Iterator.cpp | 249 const auto NewPos = in advancePosition() local 254 return setIteratorPosition(State, Iter, NewPos); in advancePosition()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | Utility.h | 194 void setCurrentPosition(size_t NewPos) { in setCurrentPosition() argument 195 notifyDeletion(CurrentPosition, NewPos); in setCurrentPosition() 196 CurrentPosition = NewPos; in setCurrentPosition()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 443 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint() local 444 *NewPos = '\0'; in SetCodeCompletionPoint() 445 std::copy(Position, Buffer->getBufferEnd(), NewPos+1); in SetCodeCompletionPoint()
|