Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp65 template <typename T> void printAndReport(CheckerContext &C, T What) const;
281 void ExprInspectionChecker::printAndReport(CheckerContext &C, T What) const { in printAndReport() function in ExprInspectionChecker
296 printAndReport(C, Sym); in analyzerValue()
298 printAndReport(C, *I); in analyzerValue()
320 printAndReport(C, V); in analyzerDump()
344 printAndReport(C, Size); in analyzerDumpExtent()
364 printAndReport(C, ElementCount); in analyzerDumpElementCount()