| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | report.cpp | 44 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 D | MPIBugReporter.cpp | 32 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 D | cc1gen_reproducer_main.cpp | 136 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 D | OutputAggregator.h | 36 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 D | MemoryUnsafeCastChecker.cpp | 55 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 D | RawPtrRefCallArgsChecker.cpp | 358 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 D | ForwardDeclChecker.cpp | 181 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 D | RetainPtrCtorAdoptChecker.cpp | 602 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 D | RawPtrRefLocalVarsChecker.cpp | 365 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 D | RawPtrRefLambdaCapturesChecker.cpp | 431 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 D | PutenvStackArrayChecker.cpp | 62 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); in checkPostCall() local
|
| H A D | MacOSKeychainAPIChecker.cpp | 236 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 D | MmapWriteExecChecker.cpp | 77 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreCall() local
|
| H A D | StackAddrEscapeChecker.cpp | 226 auto Report = std::make_unique<PathSensitiveBugReport>( in checkAsyncExecutedBlockCaptures() local 606 auto Report = in checkEndFunction() local 620 auto Report = in checkEndFunction() local
|
| H A D | SetgidSetuidOrderChecker.cpp | 184 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitReport() local
|
| H A D | VirtualCallChecker.cpp | 158 auto Report = std::make_unique<PathSensitiveBugReport>(Part, OS.str(), N); in checkPreCall() local
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageViewText.cpp | 42 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 D | SourceCoverageViewHTML.cpp | 736 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 D | InvalidPtrChecker.cpp | 304 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 D | Warnings.cpp | 83 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Diagnostics.cpp | 115 void Diagnostics::Report(llvm::StringRef message) { Report() function in Diagnostics
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 185 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 D | BugReporterVisitors.h | 178 PathSensitiveBugReport &Report; variable 189 static TrackerRef create(PathSensitiveBugReport &Report) { in create()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flag_parser.cpp | 35 void Report() { Report() function in __sanitizer::UnknownFlags
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2231 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()
|