Home
last modified time | relevance | path

Searched defs:NewPos (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp149 assert(NewPos && "Failed to create new iterator position."); in Find() local
127 const auto *NewPos = getIteratorPosition(StateFound, RetVal); Find() local
H A DIteratorModeling.cpp550 const auto *NewPos = getIteratorPosition(NewState, Iter); handleIncrement() local
576 const auto *NewPos = getIteratorPosition(NewState, Iter); handleDecrement() local
612 const auto *NewPos = getIteratorPosition(AdvancedState, Iterator); handleRandomIncrOrDecr() local
656 const IteratorPosition *NewPos = getIteratorPosition(AdvancedState, OldVal); handlePtrIncrOrDecr() local
[all...]
H A DIterator.cpp248 const auto NewPos = in advancePosition() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h171 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition()
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp441 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); SetCodeCompletionPoint() local