Home
last modified time | relevance | path

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

/freebsd/contrib/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); in handlePtrIncrOrDecr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h173 setCurrentPosition(size_t NewPos) setCurrentPosition() argument
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp445 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint() local