Searched refs:handleInsert (Results 1 – 1 of 1) sorted by relevance
234 void handleInsert(CheckerContext &C, const SVal &Iter) const;672 handleInsert(C, Call.getArgSVal(0)); in checkPostCall()1435 void IteratorChecker::handleInsert(CheckerContext &C, const SVal &Iter) const { in handleInsert() function in IteratorChecker