Searched refs:NewPos (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp127 const auto *NewPos = getIteratorPosition(StateFound, RetVal); local
128 assert(NewPos && "Failed to create new iterator position.");
131 nonloc::SymbolVal(NewPos->getOffset()),
149 const auto *NewPos = getIteratorPosition(StateFound, RetVal); local
150 assert(NewPos && "Failed to create new iterator position.");
153 nonloc::SymbolVal(NewPos->getOffset()),
H A DIteratorModeling.cpp554 const auto *NewPos = getIteratorPosition(NewState, Iter); local
555 assert(NewPos &&
558 State = setIteratorPosition(State, Iter, *NewPos);
559 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos);
580 const auto *NewPos = getIteratorPosition(NewState, Iter); local
581 assert(NewPos &&
584 State = setIteratorPosition(State, Iter, *NewPos);
585 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos);
617 const auto *NewPos = getIteratorPosition(AdvancedState, Iterator); local
618 assert(NewPos
661 const IteratorPosition *NewPos = getIteratorPosition(AdvancedState, OldVal); local
[all...]
H A DIterator.cpp250 const auto NewPos = local
255 return setIteratorPosition(State, Iter, NewPos);
/openbsd-current/gnu/llvm/llvm/include/llvm/Demangle/
H A DUtility.h167 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } argument
/openbsd-current/gnu/llvm/libcxxabi/src/demangle/
H A DUtility.h167 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } argument
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp438 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); local
439 *NewPos = '\0';
440 std::copy(Position, Buffer->getBufferEnd(), NewPos+1);

Completed in 188 milliseconds