Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp40 void analyzerNumTimesReached(const CallExpr *CE, CheckerContext &C) const;
108 &ExprInspectionChecker::analyzerNumTimesReached) in REGISTER_SET_WITH_PROGRAMSTATE()
223 void ExprInspectionChecker::analyzerNumTimesReached(const CallExpr *CE, in analyzerNumTimesReached() function in ExprInspectionChecker