Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp51 void analyzerDumpElementCount(const CallExpr *CE, CheckerContext &C) const;
104 &ExprInspectionChecker::analyzerDumpElementCount) in REGISTER_SET_WITH_PROGRAMSTATE()
350 void ExprInspectionChecker::analyzerDumpElementCount(const CallExpr *CE, in analyzerDumpElementCount() function in ExprInspectionChecker