Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp126 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local
148 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local
H A DIteratorModeling.cpp555 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleIncrement() local
581 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleDecrement() local
618 const auto *NewPos = getIteratorPosition(AdvancedState, Iterator); in handleRandomIncrOrDecr() local
662 const IteratorPosition *NewPos = getIteratorPosition(AdvancedState, OldVal); in handlePtrIncrOrDecr() local
H A DIterator.cpp250 const auto NewPos = in advancePosition() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp435 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint() local