Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DSTLAlgorithmModeling.cpp126 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local
148 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local
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
DIterator.cpp250 const auto NewPos = in advancePosition() local
/external/swiftshader/third_party/subzero/src/
DIceMangling.cpp43 size_t NewPos = 0; in incrementSubstitutions() local
/external/llvm-project/llvm/include/llvm/Demangle/
DUtility.h130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition()
/external/libcxxabi/src/demangle/
DUtility.h129 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DUtility.h130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition()
/external/llvm-project/libcxxabi/src/demangle/
DUtility.h130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition()
/external/clang/lib/Lex/
DPreprocessor.cpp423 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint() local
/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp439 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint() local
/external/pdfium/third_party/lcms/src/
Dcmsio0.c637 cmsBool _cmsNewTag(_cmsICCPROFILE* Icc, cmsTagSignature sig, int* NewPos) in _cmsNewTag()