/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | report.cpp | 43 ScopedErrorReport Report; in reportCheckFailed() local 50 ScopedErrorReport Report; in reportError() local 62 ScopedErrorReport Report; in reportInvalidFlag() local 69 ScopedErrorReport Report; in reportHeaderCorruption() local 76 ScopedErrorReport Report; in reportSanityCheckError() local 83 ScopedErrorReport Report; in reportAlignmentTooBig() local 92 ScopedErrorReport Report; in reportAllocationSizeTooBig() local 99 ScopedErrorReport Report; in reportOutOfBatchClass() local 104 ScopedErrorReport Report; in reportOutOfMemory() local 125 ScopedErrorReport Report; in reportInvalidChunkState() local [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIBugReporter.cpp | 33 auto Report = std::make_unique<PathSensitiveBugReport>( in reportDoubleNonblocking() local 56 auto Report = std::make_unique<PathSensitiveBugReport>(MissingWaitBugType, in reportMissingWait() local 76 auto Report = std::make_unique<PathSensitiveBugReport>(UnmatchedWaitBugType, in reportUnmatchedWait() local
|
/freebsd-src/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1gen_reproducer_main.cpp | 135 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments() local 150 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation() 190 std::optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StackAddrEscapeChecker.cpp | 204 auto Report = std::make_unique<PathSensitiveBugReport>( in checkAsyncExecutedBlockCaptures() local 228 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_capturedstackret, in checkReturnedBlockCaptures() local 385 auto Report = in checkEndFunction() local 415 auto Report = in checkEndFunction() local
|
H A D | NSAutoreleasePoolChecker.cpp | 67 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreObjCMessage() local
|
H A D | MacOSKeychainAPIChecker.cpp | 237 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); in generateDeallocatorMismatchReport() local 280 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); in checkPreStmt() local 333 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local 485 auto Report = std::make_unique<PathSensitiveBugReport>( in generateAllocatedDataNotReleasedReport() local
|
H A D | MmapWriteExecChecker.cpp | 72 auto Report = std::make_unique<PathSensitiveBugReport>( checkPreCall() local
|
H A D | ReturnPointerRangeChecker.cpp | 86 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in checkPreStmt() local
|
H A D | ReturnUndefChecker.cpp | 86 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitBug() local
|
H A D | VforkChecker.cpp | 134 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); in reportBug() local
|
H A D | VirtualCallChecker.cpp | 150 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, OS.str(), N); in checkPreCall() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | PutenvWithAutoChecker.cpp |
|
H A D | InvalidPtrChecker.cpp | 299 auto Report = std::make_unique<PathSensitiveBugReport>( checkPostCall() local 342 auto Report = std::make_unique<PathSensitiveBugReport>( checkLocation() local
|
/freebsd-src/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 | 567 auto &Report = SubDir.second.first; generateSubDirectoryReport() local 576 auto &Report = SubFile.second; generateSubDirectoryReport() local 697 Reporter Report(*this, Coverage, Filters); createIndexFile() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | Warnings.cpp | 80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedLambdaCapturesChecker.cpp | 95 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
|
H A D | NoUncountedMembersChecker.cpp | 144 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
|
H A D | UncountedCallArgsChecker.cpp | 182 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); reportBug() local
|
H A D | RefCntblBaseVirtualDtorChecker.cpp | 188 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); reportBug() local
|
H A D | UncountedLocalVarsChecker.cpp | 238 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); reportBug() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Utility/ |
H A D | Diagnostics.cpp | 113 void Diagnostics::Report(llvm::StringRef message) { in Report() function in Diagnostics
|
/freebsd-src/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() argument
|
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.cpp | 33 void Report() { in Report() function in __sanitizer::UnknownFlags
|