Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp96 void handleOverloadedOperator(CheckerContext &C, const CallEvent &Call,
181 handleOverloadedOperator(C, Call, Op); in checkPostCall()
349 IteratorModeling::handleOverloadedOperator(CheckerContext &C, in handleOverloadedOperator() function in IteratorModeling