Home
last modified time | relevance | path

Searched defs:emitReport (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp32 void BoolAssignmentChecker::emitReport(ProgramStateRef state, in emitReport() function in BoolAssignmentChecker
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h242 void emitReport(std::unique_ptr<BugReport> R) { in emitReport() function
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2871 void BugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport() function in BugReporter
2895 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport() function in PathSensitiveBugReporter