HomeSort by relevance Sort by last modified time
    Searched defs:emitReport (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 27 void emitReport(ProgramStateRef state, CheckerContext &C) const;
33 void BoolAssignmentChecker::emitReport(ProgramStateRef state,
38 C.emitReport(llvm::make_unique<BugReport>(*BT, BT->getDescription(), N));
108 emitReport(stateLT, C);
144 emitReport(stateGT, C);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 261 void emitReport(std::unique_ptr<BugReport> R) {
263 Eng.getBugReporter().emitReport(std::move(R));
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 66 milliseconds