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

1234

/netbsd-current/external/apache2/llvm/dist/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(
92 emitReport(StOut, C);
H A DFixedAddressChecker.cpp61 C.emitReport(std::move(R));
H A DTaintTesterChecker.cpp57 C.emitReport(std::move(report));
H A DObjCAtSyncChecker.cpp52 C.emitReport(std::move(report));
77 C.emitReport(std::move(report));
H A DArrayBoundChecker.cpp82 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 DReturnPointerRangeChecker.cpp91 C.emitReport(std::move(report));
H A DCloneChecker.cpp124 BR.emitReport(std::move(R));
186 BR.emitReport(std::move(R));
H A DEnumCastOutOfRangeChecker.cpp86 C.emitReport(std::make_unique<PathSensitiveBugReport>(
H A DMmapWriteExecChecker.cpp75 C.emitReport(std::move(Report));
H A DUndefBranchChecker.cpp109 Ctx.emitReport(std::move(R));
H A DUndefCapturedBlockVarChecker.cpp94 C.emitReport(std::move(R));
H A DUndefinedAssignmentChecker.cpp116 C.emitReport(std::move(R));
H A DSmartPtrChecker.cpp90 C.emitReport(std::move(R));
H A DDebugContainerModeling.cpp139 BR.emitReport(std::make_unique<PathSensitiveBugReport>(*DebugMsgBugType,
H A DDeleteWithNonVirtualDtorChecker.cpp102 C.emitReport(std::move(R));
H A DDivZeroChecker.cpp53 C.emitReport(std::move(R));
H A DCastSizeChecker.cpp141 C.emitReport(std::move(R));
H A DChrootChecker.cpp130 C.emitReport(std::make_unique<PathSensitiveBugReport>(
/netbsd-current/external/apache2/llvm/dist/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));
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp42 C.emitReport(std::move(report));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp59 C.emitReport(std::move(Report));
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp95 BR->emitReport(std::move(Report));

Completed in 215 milliseconds

1234