Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp36 void BoolAssignmentChecker::emitReport(ProgramStateRef State, CheckerContext &C, in emitReport() function in BoolAssignmentChecker
H A DSetgidSetuidOrderChecker.cpp177 void SetgidSetuidOrderChecker::emitReport(ProgramStateRef State, in emitReport() function in SetgidSetuidOrderChecker
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h261 void emitReport(std::unique_ptr<BugReport> R) { emitReport() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2931 void BugReporter::emitReport(std::unique_ptr<BugReport> R) { emitReport() function in BugReporter
2959 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) { emitReport() function in PathSensitiveBugReporter