HomeSort by: relevance | last modified time | path
    Searched defs:emitReport (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 26 void emitReport(ProgramStateRef state, CheckerContext &C) const;
32 void BoolAssignmentChecker::emitReport(ProgramStateRef state,
38 C.emitReport(
92 emitReport(StOut, C);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 242 void emitReport(std::unique_ptr<BugReport> R) {
244 Eng.getBugReporter().emitReport(std::move(R));
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 2871 void BugReporter::emitReport(std::unique_ptr<BugReport> R) {
2895 void PathSensitiveBugReporter::emitReport(std::unique_ptr<BugReport> R) {
2914 BugReporter::emitReport(std::move(R));
3306 emitReport(std::move(R));

Completed in 26 milliseconds