/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 …]
|
/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
|
/llvm-project/clang/tools/driver/ |
H A D | cc1gen_reproducer_main.cpp | 135 Driver::CompilationDiagnosticReport Report; generateReproducerForInvocationArguments() local 150 printReproducerInformation(llvm::raw_ostream & OS,const ClangInvocationInfo & Info,const driver::Driver::CompilationDiagnosticReport & Report) printReproducerInformation() argument 190 std::optional<driver::Driver::CompilationDiagnosticReport> Report = cc1gen_reproducer_main() local
|
/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
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NSAutoreleasePoolChecker.cpp | 67 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreObjCMessage() local
|
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 = checkEndFunction() local 415 auto Report = checkEndFunction() local [all...] |
H A D | PutenvStackArrayChecker.cpp | 60 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); in checkPostCall() local
|
H A D | MmapWriteExecChecker.cpp | 71 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 | 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 | ReturnUndefChecker.cpp | 86 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitBug() local
|
H A D | SetgidSetuidOrderChecker.cpp | 184 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitReport() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedCallArgsChecker.cpp |
|
H A D | UncountedLocalVarsChecker.cpp |
|
H A D | UncountedLambdaCapturesChecker.cpp | 95 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); reportBug() local
|
H A D | NoUncountedMembersChecker.cpp |
|
/llvm-project/clang/lib/Basic/ |
H A D | Warnings.cpp | 80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { ProcessWarningOptions() local [all...] |
/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
|
/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
|
/llvm-project/lldb/source/Utility/ |
H A D | Diagnostics.cpp | 113 void Diagnostics::Report(llvm::StringRef message) { in Report() function in Diagnostics
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | MemRegionDescriptiveNameTest.cpp | 33 auto Report = checkPreCall() local
|
/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
|
/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
|
/llvm-project/lldb/tools/lldb-dap/ |
H A D | ProgressEvent.cpp | 131 bool ProgressEvent::Report(ProgressEventReportCallback callback) { Report() function in ProgressEvent
|
/llvm-project/flang/unittests/Runtime/ |
H A D | Format.cpp | 68 void TestFormatContext::Report(const std::optional<DataEdit> &edit) { in Report() function in TestFormatContext
|