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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp126 const auto *NewPos = getIteratorPosition(StateFound, RetVal); local
127 assert(NewPos && "Failed to create new iterator position.");
130 nonloc::SymbolVal(NewPos->getOffset()),
148 const auto *NewPos = getIteratorPosition(StateFound, RetVal); local
149 assert(NewPos && "Failed to create new iterator position.");
152 nonloc::SymbolVal(NewPos->getOffset()),
H A DIteratorModeling.cpp524 const auto *NewPos = getIteratorPosition(NewState, Iter); local
525 assert(NewPos &&
528 State = setIteratorPosition(State, Iter, *NewPos);
529 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos);
550 const auto *NewPos = getIteratorPosition(NewState, Iter); local
551 assert(NewPos &&
554 State = setIteratorPosition(State, Iter, *NewPos);
555 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos);
587 const auto *NewPos = getIteratorPosition(AdvancedState, LHS); local
588 assert(NewPos
630 const IteratorPosition *NewPos = getIteratorPosition(AdvancedState, OldVal); local
[all...]
H A DIterator.cpp250 const auto NewPos = local
255 return setIteratorPosition(State, Iter, NewPos);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp441 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); local
442 *NewPos = '\0';
443 std::copy(Position, Buffer->getBufferEnd(), NewPos+1);

Completed in 69 milliseconds