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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp163 ProgramStateRef removeIteratorPosition(ProgramStateRef State, const SVal &Val);
209 State = removeIteratorPosition(State, Call.getArgSVal(0));
245 State = removeIteratorPosition(State, Loc);
778 ProgramStateRef removeIteratorPosition(ProgramStateRef State, const SVal &Val) { function in namespace:__anon983

Completed in 146 milliseconds