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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp27 void emitReport(ProgramStateRef state, CheckerContext &C) const;
33 void BoolAssignmentChecker::emitReport(ProgramStateRef state, function in class:BoolAssignmentChecker
38 C.emitReport(new BugReport(*BT, BT->getDescription(), N));
108 emitReport(stateLT, C);
144 emitReport(stateGT, C);
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3246 void BugReporter::emitReport(BugReport* R) { function in class:BugReporter
3492 emitReport(R);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h235 void emitReport(BugReport *R) { function in class:clang::ento::CheckerContext
237 Eng.getBugReporter().emitReport(R);

Completed in 129 milliseconds