Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DExprInspectionChecker.cpp65 template <typename T> void printAndReport(CheckerContext &C, T What) const;
284 void ExprInspectionChecker::printAndReport(CheckerContext &C, T What) const { in printAndReport() function in ExprInspectionChecker
299 printAndReport(C, Sym); in analyzerValue()
301 printAndReport(C, *I); in analyzerValue()
323 printAndReport(C, V); in analyzerDump()
347 printAndReport(C, Size); in analyzerDumpExtent()
367 printAndReport(C, ElementCount); in analyzerDumpElementCount()