Searched refs:emitReport (Results 1 - 25 of 41) sorted by relevance

12

/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);
H A DObjCAtSyncChecker.cpp53 C.emitReport(report);
78 C.emitReport(report);
H A DExprInspectionChecker.cpp101 C.emitReport(R);
112 C.emitReport(R);
132 C.emitReport(R);
H A DFixedAddressChecker.cpp62 C.emitReport(R);
H A DNSAutoreleasePoolChecker.cpp74 C.emitReport(Report);
H A DTaintTesterChecker.cpp55 C.emitReport(report);
H A DUndefinedArraySubscriptChecker.cpp59 C.emitReport(R);
H A DPthreadLockChecker.cpp152 C.emitReport(report);
215 C.emitReport(Report);
241 C.emitReport(report);
284 C.emitReport(Report);
319 C.emitReport(Report);
334 C.emitReport(Report);
H A DArrayBoundChecker.cpp83 C.emitReport(report);
H A DCastToStructChecker.cpp68 C.emitReport(R);
H A DPointerArithChecker.cpp63 C.emitReport(R);
H A DPointerSubChecker.cpp71 C.emitReport(R);
H A DReturnPointerRangeChecker.cpp87 C.emitReport(report);
H A DUndefinedAssignmentChecker.cpp91 C.emitReport(R);
H A DCallAndMessageChecker.cpp104 C.emitReport(R);
172 C.emitReport(R);
206 C.emitReport(R);
289 C.emitReport(R);
347 C.emitReport(R);
404 C.emitReport(R);
471 C.emitReport(R);
521 C.emitReport(report);
H A DDivZeroChecker.cpp44 C.emitReport(R);
H A DUndefBranchChecker.cpp105 Ctx.emitReport(R);
H A DUndefCapturedBlockVarChecker.cpp99 C.emitReport(R);
H A DUndefResultChecker.cpp95 C.emitReport(report);
H A DCastSizeChecker.cpp141 C.emitReport(R);
H A DReturnUndefChecker.cpp92 C.emitReport(Report);
H A DDereferenceChecker.cpp174 C.emitReport(report);
190 C.emitReport(report);
H A DSimpleStreamChecker.cpp222 C.emitReport(R);
235 C.emitReport(R);
/external/clang/examples/analyzer-plugin/
H A DMainCallChecker.cpp42 C.emitReport(report);
/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 722 milliseconds

12