Searched defs:emitReport (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | BoolAssignmentChecker.cpp | 36 void BoolAssignmentChecker::emitReport(ProgramStateRef State, CheckerContext &C, in emitReport() function in BoolAssignmentChecker |
H A D | SetgidSetuidOrderChecker.cpp | 177 void SetgidSetuidOrderChecker::emitReport(ProgramStateRef State, in emitReport() function in SetgidSetuidOrderChecker |
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ | ||
H A D | CheckerContext.h | 261 void emitReport(std::unique_ptr<BugReport> R) { emitReport() function |
/llvm-project/clang/lib/StaticAnalyzer/Core/ | ||
H A D | BugReporter.cpp | 2931 void BugReporter::emitReport(std::unique_ptr<BugReport> R) { emitReport() function in BugReporter |