Home
last modified time | relevance | path

Searched defs:Report (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp44 ScopedErrorReport Report; in reportCheckFailed() local
51 ScopedErrorReport Report; in reportError() local
63 ScopedErrorReport Report; in reportInvalidFlag() local
70 ScopedErrorReport Report; in reportHeaderCorruption() local
85 ScopedErrorReport Report; in reportSanityCheckError() local
92 ScopedErrorReport Report; in reportAlignmentTooBig() local
101 ScopedErrorReport Report; in reportAllocationSizeTooBig() local
108 ScopedErrorReport Report; in reportOutOfBatchClass() local
113 ScopedErrorReport Report; in reportOutOfMemory() local
134 ScopedErrorReport Report; in reportInvalidChunkState() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp32 auto Report = std::make_unique<PathSensitiveBugReport>( in reportDoubleNonblocking() local
55 auto Report = std::make_unique<PathSensitiveBugReport>(MissingWaitBugType, in reportMissingWait() local
75 auto Report = std::make_unique<PathSensitiveBugReport>(UnmatchedWaitBugType, in reportUnmatchedWait() local
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp136 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments() local
151 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation()
191 std::optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DOutputAggregator.h36 void Report(StringRef s, std::function<void(raw_ostream &o)> detailCallback) { in Report() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp55 auto Report = std::make_unique<BasicBugReport>(BT, OS.str(), BSLoc); in emitDiagnostics() local
75 auto Report = std::make_unique<BasicBugReport>(BT, OS.str(), BSLoc); in emitDiagnosticsUnrelated() local
H A DRawPtrRefCallArgsChecker.cpp358 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
375 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBugOnThis() local
392 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBugOnReceiver() local
H A DForwardDeclChecker.cpp181 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in visitRecordDecl() local
328 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
H A DRetainPtrCtorAdoptChecker.cpp602 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportUseAfterFree() local
623 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportLeak() local
638 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportLeak() local
H A DRawPtrRefLocalVarsChecker.cpp365 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
381 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
H A DRawPtrRefLambdaCapturesChecker.cpp431 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
449 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBugOnThisPtr() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPutenvStackArrayChecker.cpp62 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); in checkPostCall() local
H A DMacOSKeychainAPIChecker.cpp236 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); in generateDeallocatorMismatchReport() local
279 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); in checkPreStmt() local
332 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
484 auto Report = std::make_unique<PathSensitiveBugReport>( in generateAllocatedDataNotReleasedReport() local
H A DMmapWriteExecChecker.cpp77 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreCall() local
H A DStackAddrEscapeChecker.cpp226 auto Report = std::make_unique<PathSensitiveBugReport>( in checkAsyncExecutedBlockCaptures() local
606 auto Report = in checkEndFunction() local
620 auto Report = in checkEndFunction() local
H A DSetgidSetuidOrderChecker.cpp184 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitReport() local
H A DVirtualCallChecker.cpp158 auto Report = std::make_unique<PathSensitiveBugReport>(Part, OS.str(), N); in checkPreCall() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp42 CoverageReport Report(Opts, Coverage); in createIndexFile() local
82 CoverageReport Report(Options, Coverage); in generateSubDirectoryReport() local
99 Reporter Report(*this, Coverage, Filters); in createIndexFile() local
H A DSourceCoverageViewHTML.cpp736 auto &Report = SubDir.second.first; in generateSubDirectoryReport() local
745 auto &Report = SubFile.second; in generateSubDirectoryReport() local
870 Reporter Report(*this, Coverage, Filters); in createIndexFile() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp304 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPostCall() local
347 auto Report = std::make_unique<PathSensitiveBugReport>( in checkLocation() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DWarnings.cpp83 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp115 void Diagnostics::Report(llvm::StringRef message) { Report() function in Diagnostics
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp185 auto Report = std::make_unique<PathSensitiveBugReport>( in checkEndFunction() local
199 auto Report = std::make_unique<PathSensitiveBugReport>( in checkEndFunction() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h178 PathSensitiveBugReport &Report; variable
189 static TrackerRef create(PathSensitiveBugReport &Report) { in create()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp35 void Report() { Report() function in __sanitizer::UnknownFlags
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2231 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local
2297 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local
2448 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local
2465 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local
2582 Tracker::Tracker(PathSensitiveBugReport &Report) : Report(Report) { in Tracker()
2644 PathSensitiveBugReport &Report, in trackExpressionValue()
2652 PathSensitiveBugReport &Report, in trackStoredValue()

12