Home
last modified time | relevance | path

Searched refs:createIteratorPosition (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp124 StateFound = createIteratorPosition(StateFound, RetVal, Pos->getContainer(), in Find()
146 StateFound = createIteratorPosition(StateFound, RetVal, Pos->getContainer(), in Find()
H A DIterator.h172 ProgramStateRef createIteratorPosition(ProgramStateRef State, const SVal &Val,
H A DIterator.cpp210 ProgramStateRef createIteratorPosition(ProgramStateRef State, const SVal &Val, in createIteratorPosition() function
H A DIteratorModeling.cpp696 State = createIteratorPosition(State, RetVal, Cont, CE, LCtx, C.blockCount()); in assignToContainer()