Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp50 void analyzerDumpElementCount(const CallExpr *CE, CheckerContext &C) const;
103 &ExprInspectionChecker::analyzerDumpElementCount) in REGISTER_SET_WITH_PROGRAMSTATE()
347 void ExprInspectionChecker::analyzerDumpElementCount(const CallExpr *CE, in analyzerDumpElementCount() function in ExprInspectionChecker