Home
last modified time | relevance | path

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

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