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

123

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp26 void emitReport(ProgramStateRef state, CheckerContext &C) const;
32 void BoolAssignmentChecker::emitReport(ProgramStateRef state, function in class:BoolAssignmentChecker
38 C.emitReport(
109 emitReport(stateLT, C);
145 emitReport(stateGT, C);
H A DObjCAtSyncChecker.cpp52 C.emitReport(std::move(report));
77 C.emitReport(std::move(report));
H A DTaintTesterChecker.cpp57 C.emitReport(std::move(report));
H A DFixedAddressChecker.cpp61 C.emitReport(std::move(R));
H A DReturnPointerRangeChecker.cpp86 C.emitReport(std::move(report));
H A DPointerSubChecker.cpp69 C.emitReport(std::move(R));
H A DNSAutoreleasePoolChecker.cpp76 C.emitReport(std::move(Report));
H A DUndefinedArraySubscriptChecker.cpp58 C.emitReport(std::move(R));
H A DArrayBoundChecker.cpp82 C.emitReport(std::move(report));
H A DInvalidatedIteratorChecker.cpp86 C.emitReport(std::move(R));
H A DCallAndMessageChecker.cpp105 C.emitReport(std::move(R));
183 C.emitReport(std::move(R));
260 C.emitReport(std::move(R));
305 C.emitReport(std::move(R));
363 C.emitReport(std::move(R));
423 C.emitReport(std::make_unique<PathSensitiveBugReport>(*BT_call_few_args,
492 C.emitReport(std::move(R));
535 C.emitReport(std::move(report));
H A DCloneChecker.cpp124 BR.emitReport(std::move(R));
186 BR.emitReport(std::move(R));
H A DMmapWriteExecChecker.cpp75 C.emitReport(std::move(Report));
H A DUndefBranchChecker.cpp104 Ctx.emitReport(std::move(R));
H A DUndefinedAssignmentChecker.cpp116 C.emitReport(std::move(R));
H A DUndefCapturedBlockVarChecker.cpp94 C.emitReport(std::move(R));
H A DEnumCastOutOfRangeChecker.cpp86 C.emitReport(std::make_unique<PathSensitiveBugReport>(
H A DPthreadLockChecker.cpp246 C.emitReport(std::move(report));
311 C.emitReport(std::move(Report));
335 C.emitReport(std::move(report));
405 C.emitReport(std::move(Report));
445 C.emitReport(std::move(Report));
459 C.emitReport(std::move(Report));
H A DCastSizeChecker.cpp138 C.emitReport(std::move(R));
H A DChrootChecker.cpp130 C.emitReport(std::make_unique<PathSensitiveBugReport>(
H A DStreamChecker.cpp257 C.emitReport(std::make_unique<PathSensitiveBugReport>(
287 C.emitReport(std::make_unique<PathSensitiveBugReport>(
313 C.emitReport(std::make_unique<PathSensitiveBugReport>(
345 C.emitReport(std::make_unique<PathSensitiveBugReport>(
H A DReturnUndefChecker.cpp92 C.emitReport(std::move(Report));
H A DDeleteWithNonVirtualDtorChecker.cpp100 C.emitReport(std::move(R));
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp46 BReporter.emitReport(std::move(Report));
66 BReporter.emitReport(std::move(Report));
84 BReporter.emitReport(std::move(Report));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp42 C.emitReport(std::move(report));

Completed in 188 milliseconds

123