Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDIteratorModeling.cpp118 void handleErase(CheckerContext &C, const SVal &Iter) const;
119 void handleErase(CheckerContext &C, const SVal &Iter1,
321 handleErase(C, Call.getArgSVal(0)); in checkPostCall()
326 handleErase(C, Call.getArgSVal(0), Call.getArgSVal(1)); in checkPostCall()
1001 void IteratorModeling::handleErase(CheckerContext &C, const SVal &Iter) const { in handleErase() function in IteratorModeling
1029 void IteratorModeling::handleErase(CheckerContext &C, const SVal &Iter1, in handleErase() function in IteratorModeling