Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp41 void analyzerNumTimesReached(const CallExpr *CE, CheckerContext &C) const;
115 &ExprInspectionChecker::analyzerNumTimesReached) in REGISTER_SET_WITH_PROGRAMSTATE()
228 void ExprInspectionChecker::analyzerNumTimesReached(const CallExpr *CE, in analyzerNumTimesReached() function in ExprInspectionChecker