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

/netbsd-current/external/apache2/llvm/dist/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.cpp555 const auto *NewPos = getIteratorPosition(NewState, Iter); local
556 assert(NewPos &&
559 State = setIteratorPosition(State, Iter, *NewPos);
560 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos);
581 const auto *NewPos = getIteratorPosition(NewState, Iter); local
582 assert(NewPos &&
585 State = setIteratorPosition(State, Iter, *NewPos);
586 State = setIteratorPosition(State, RetVal, Postfix ? *Pos : *NewPos);
618 const auto *NewPos = getIteratorPosition(AdvancedState, Iterator); local
619 assert(NewPos
662 const IteratorPosition *NewPos = getIteratorPosition(AdvancedState, OldVal); local
[all...]
H A DIterator.cpp250 const auto NewPos = local
255 return setIteratorPosition(State, Iter, NewPos);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DUtility.h130 void setCurrentPosition(size_t NewPos) { CurrentPosition = NewPos; } argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessor.cpp435 char *NewPos = std::copy(Buffer->getBufferStart(), Position, NewBuf); local
436 *NewPos = '\0';
437 std::copy(Position, Buffer->getBufferEnd(), NewPos+1);

Completed in 175 milliseconds