/external/swiftshader/third_party/subzero/src/ |
D | IceMangling.cpp | 43 size_t NewPos = 0; in incrementSubstitutions() local 45 for (; OldPos < OldLen; ++OldPos, ++NewPos) { in incrementSubstitutions() 67 NewName[NewPos++] = OldName[OldPos++]; // 'S' in incrementSubstitutions() 70 assert(NewName[NewPos - 1] == 'S'); in incrementSubstitutions() 76 NewName[NewPos++] = (Length ? '1' : '0'); in incrementSubstitutions() 78 NewName[NewPos++] = '0'; in incrementSubstitutions() 101 NewName[NewPos + Offset] = Ch; in incrementSubstitutions() 103 NewPos += Length; in incrementSubstitutions() 109 NewName[NewPos] = OldName[OldPos]; in incrementSubstitutions() 111 assert(NewName[NewPos] == '\0'); in incrementSubstitutions()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | STLAlgorithmModeling.cpp | 126 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local 127 assert(NewPos && "Failed to create new iterator position."); in Find() 130 nonloc::SymbolVal(NewPos->getOffset()), in Find() 148 const auto *NewPos = getIteratorPosition(StateFound, RetVal); in Find() local 149 assert(NewPos && "Failed to create new iterator position."); in Find() 152 nonloc::SymbolVal(NewPos->getOffset()), in Find()
|
D | IteratorModeling.cpp | 555 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleIncrement() local 556 assert(NewPos && in handleIncrement() 559 State = setIteratorPosition(State, Iter, *NewPos); in handleIncrement() 560 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleIncrement() 581 const auto *NewPos = getIteratorPosition(NewState, Iter); in handleDecrement() local 582 assert(NewPos && in handleDecrement() 585 State = setIteratorPosition(State, Iter, *NewPos); in handleDecrement() 586 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos); in handleDecrement() 618 const auto *NewPos = getIteratorPosition(AdvancedState, Iterator); in handleRandomIncrOrDecr() local 619 assert(NewPos && in handleRandomIncrOrDecr() [all …]
|
D | Iterator.cpp | 250 const auto NewPos = in advancePosition() local 255 return setIteratorPosition(State, Iter, NewPos); in advancePosition()
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | Utility.h | 130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition() argument
|
/external/libcxxabi/src/demangle/ |
D | Utility.h | 129 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | Utility.h | 130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition() argument
|
/external/llvm-project/libcxxabi/src/demangle/ |
D | Utility.h | 130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } in setCurrentPosition() argument
|
/external/clang/lib/Lex/ |
D | Preprocessor.cpp | 423 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint() local 424 *NewPos = '\0'; in SetCodeCompletionPoint() 425 std::copy(Position, Buffer->getBufferEnd(), NewPos+1); in SetCodeCompletionPoint()
|
/external/llvm-project/clang/lib/Lex/ |
D | Preprocessor.cpp | 439 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); in SetCodeCompletionPoint() local 440 *NewPos = '\0'; in SetCodeCompletionPoint() 441 std::copy(Position, Buffer->getBufferEnd(), NewPos+1); in SetCodeCompletionPoint()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsio0.c | 637 cmsBool _cmsNewTag(_cmsICCPROFILE* Icc, cmsTagSignature sig, int* NewPos) in _cmsNewTag() argument 647 *NewPos = i; in _cmsNewTag() 658 *NewPos = (int) Icc ->TagCount; in _cmsNewTag()
|