Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DSTLAlgorithmModeling.cpp125 StateFound = createIteratorPosition(StateFound, RetVal, Pos->getContainer(), in Find()
147 StateFound = createIteratorPosition(StateFound, RetVal, Pos->getContainer(), in Find()
H A DIterator.h168 ProgramStateRef createIteratorPosition(ProgramStateRef State, const SVal &Val,
H A DIterator.cpp210 ProgramStateRef createIteratorPosition(ProgramStateRef State, const SVal &Val, in createIteratorPosition() function
H A DIteratorModeling.cpp695 State = createIteratorPosition(State, RetVal, Cont, CE, LCtx, C.blockCount()); in assignToContainer()