Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorChecker.cpp232 void handlePushFront(CheckerContext &C, const SVal &Cont) const;
668 handlePushFront(C, InstCall->getCXXThisVal()); in checkPostCall()
1368 void IteratorChecker::handlePushFront(CheckerContext &C, in handlePushFront() function in IteratorChecker