Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDBoolAssignmentChecker.cpp36 void BoolAssignmentChecker::emitReport(ProgramStateRef State, CheckerContext &C, in emitReport() function in BoolAssignmentChecker
HDSetgidSetuidOrderChecker.cpp177 void SetgidSetuidOrderChecker::emitReport(ProgramStateRef State, in emitReport() function in SetgidSetuidOrderChecker
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCheckerContext.h261 void emitReport(std::unique_ptr<BugReport> R) { in emitReport() function
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporter.cpp2931 void BugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport() function in BugReporter
2959 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) { in emitReport() function in PathSensitiveBugReporter