Searched refs:emitReport (Results 26 - 50 of 76) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DNoUncountedMembersChecker.cpp146 BR->emitReport(std::move(Report));
H A DRefCntblBaseVirtualDtorChecker.cpp151 BR->emitReport(std::move(Report));
H A DUncountedCallArgsChecker.cpp185 BR->emitReport(std::move(Report));
H A DUncountedLocalVarsChecker.cpp240 BR->emitReport(std::move(Report));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp92 C.emitReport(std::move(Report));
H A DMismatchedIteratorChecker.cpp287 C.emitReport(std::move(R));
298 C.emitReport(std::move(R));
H A DCallAndMessageChecker.cpp149 C.emitReport(std::move(R));
230 C.emitReport(std::move(R));
311 C.emitReport(std::move(R));
360 C.emitReport(std::move(R));
438 C.emitReport(
506 C.emitReport(std::move(R));
617 C.emitReport(std::move(R));
664 C.emitReport(std::move(report));
H A DStreamChecker.cpp830 C.emitReport(std::make_unique<PathSensitiveBugReport>(
855 C.emitReport(std::make_unique<PathSensitiveBugReport>(
871 C.emitReport(std::make_unique<PathSensitiveBugReport>(
911 C.emitReport(std::make_unique<PathSensitiveBugReport>(
921 C.emitReport(std::make_unique<PathSensitiveBugReport>(
942 C.emitReport(std::make_unique<PathSensitiveBugReport>(
956 C.emitReport(std::make_unique<PathSensitiveBugReport>(
999 C.emitReport(std::move(R));
H A DSimpleStreamChecker.cpp213 C.emitReport(std::move(R));
226 C.emitReport(std::move(R));
H A DDebugIteratorModeling.cpp133 BR.emitReport(std::make_unique<PathSensitiveBugReport>(*DebugMsgBugType,
H A DConversionChecker.cpp125 C.emitReport(std::move(R));
H A DInvalidatedIteratorChecker.cpp135 C.emitReport(std::move(R));
H A DMacOSKeychainAPIChecker.cpp246 C.emitReport(std::move(Report));
291 C.emitReport(std::move(Report));
346 C.emitReport(std::move(Report));
576 C.emitReport(generateAllocatedDataNotReleasedReport(P, N, C));
H A DBlockInCriticalSectionChecker.cpp180 C.emitReport(std::move(R));
H A DObjCContainersChecker.cpp152 C.emitReport(std::move(R));
H A DPointerArithChecker.cpp180 C.emitReport(std::move(R));
203 C.emitReport(std::move(R));
H A DCheckPlacementNew.cpp143 C.emitReport(std::move(R));
163 C.emitReport(std::move(R));
H A DBasicObjCFoundationChecks.cpp217 C.emitReport(std::move(R));
525 C.emitReport(std::move(report));
581 C.emitReport(std::move(report));
640 C.emitReport(std::move(report));
794 C.emitReport(std::move(R));
H A DUnixAPIChecker.cpp141 C.emitReport(std::move(Report));
311 C.emitReport(std::move(report));
357 C.emitReport(std::move(report));
H A DValistChecker.cpp261 C.emitReport(std::move(R));
304 C.emitReport(std::move(R));
H A DObjCSuperDeallocChecker.cpp195 C.emitReport(std::move(BR));
H A DNonNullParamChecker.cpp192 C.emitReport(std::move(R));
H A DDebugCheckers.cpp337 C.emitReport(std::move(Report));
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h242 void emitReport(std::unique_ptr<BugReport> R) { function in class:clang::ento::CheckerContext
244 Eng.getBugReporter().emitReport(std::move(R));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp193 Context.emitReport(std::move(Report));
213 Context.emitReport(std::move(Report));

Completed in 169 milliseconds

1234