Home
last modified time | relevance | path

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

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