HomeSort by relevance Sort by last modified time
    Searched refs:emitReport (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 27 void emitReport(ProgramStateRef state, CheckerContext &C) const;
33 void BoolAssignmentChecker::emitReport(ProgramStateRef state,
38 C.emitReport(new BugReport(*BT, BT->getDescription(), N));
108 emitReport(stateLT, C);
144 emitReport(stateGT, C);
ObjCAtSyncChecker.cpp 53 C.emitReport(report);
78 C.emitReport(report);
ExprInspectionChecker.cpp 101 C.emitReport(R);
112 C.emitReport(R);
132 C.emitReport(R);
FixedAddressChecker.cpp 62 C.emitReport(R);
NSAutoreleasePoolChecker.cpp 74 C.emitReport(Report);
TaintTesterChecker.cpp 55 C.emitReport(report);
UndefinedArraySubscriptChecker.cpp 59 C.emitReport(R);
PthreadLockChecker.cpp 152 C.emitReport(report);
215 C.emitReport(Report);
241 C.emitReport(report);
284 C.emitReport(Report);
319 C.emitReport(Report);
334 C.emitReport(Report);
ArrayBoundChecker.cpp 83 C.emitReport(report);
CastToStructChecker.cpp 68 C.emitReport(R);
PointerArithChecker.cpp 63 C.emitReport(R);
PointerSubChecker.cpp 71 C.emitReport(R);
ReturnPointerRangeChecker.cpp 87 C.emitReport(report);
UndefinedAssignmentChecker.cpp 91 C.emitReport(R);
CallAndMessageChecker.cpp 104 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);
DivZeroChecker.cpp 44 C.emitReport(R);
UndefBranchChecker.cpp 105 Ctx.emitReport(R);
UndefCapturedBlockVarChecker.cpp 99 C.emitReport(R);
UndefResultChecker.cpp 95 C.emitReport(report);
CastSizeChecker.cpp 141 C.emitReport(R);
ReturnUndefChecker.cpp 92 C.emitReport(Report);
DereferenceChecker.cpp 174 C.emitReport(report);
190 C.emitReport(report);
SimpleStreamChecker.cpp 222 C.emitReport(R);
235 C.emitReport(R);
  /external/clang/examples/analyzer-plugin/
MainCallChecker.cpp 42 C.emitReport(report);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 235 void emitReport(BugReport *R) {
237 Eng.getBugReporter().emitReport(R);

Completed in 127 milliseconds

1 2