HomeSort by relevance Sort by last modified time
    Searched defs:emitReport (Results 1 - 11 of 11) 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));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 261 void emitReport(std::unique_ptr<BugReport> R) {
263 Eng.getBugReporter().emitReport(std::move(R));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 261 void emitReport(std::unique_ptr<BugReport> R) {
263 Eng.getBugReporter().emitReport(std::move(R));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 261 void emitReport(std::unique_ptr<BugReport> R) {
263 Eng.getBugReporter().emitReport(std::move(R));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 261 void emitReport(std::unique_ptr<BugReport> R) {
263 Eng.getBugReporter().emitReport(std::move(R));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 261 void emitReport(std::unique_ptr<BugReport> R) {
263 Eng.getBugReporter().emitReport(std::move(R));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 261 void emitReport(std::unique_ptr<BugReport> R) {
263 Eng.getBugReporter().emitReport(std::move(R));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 261 void emitReport(std::unique_ptr<BugReport> R) {
263 Eng.getBugReporter().emitReport(std::move(R));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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 77 milliseconds