Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp148 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local
170 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local
H A DIteratorModeling.cpp551 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleIncrement() local
577 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleDecrement() local
613 const auto *NewPos = getIteratorPosition(AdvancedState, Iterator); in handleRandomIncrOrDecr() local
657 const IteratorPosition *NewPos = getIteratorPosition(AdvancedState, OldVal); handlePtrIncrOrDecr() local
[all...]
H A DIterator.cpp248 const auto NewPos = in advancePosition() local
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DBracketTest.cpp
/llvm-project/libcxxabi/src/demangle/
H A DUtility.h171 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition()
/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h171 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition()
/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp445 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); SetCodeCompletionPoint() local