Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp234 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