Home
last modified time | relevance | path

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

123

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp43 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 DMPIBugReporter.cpp33 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 Dcc1gen_reproducer_main.cpp135 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 DOutputAggregator.h36 void Report(StringRef s, std::function<void(raw_ostream &o)> detailCallback) { in Report() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp67 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreObjCMessage() local
H A DStackAddrEscapeChecker.cpp204 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 DPutenvStackArrayChecker.cpp60 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); in checkPostCall() local
H A DMmapWriteExecChecker.cpp71 auto Report = std::make_unique<PathSensitiveBugReport>( checkPreCall() local
H A DReturnPointerRangeChecker.cpp86 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in checkPreStmt() local
H A DMacOSKeychainAPIChecker.cpp237 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 DReturnUndefChecker.cpp86 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitBug() local
H A DSetgidSetuidOrderChecker.cpp184 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitReport() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp
H A DUncountedLocalVarsChecker.cpp
H A DUncountedLambdaCapturesChecker.cpp95 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); reportBug() local
H A DNoUncountedMembersChecker.cpp
/llvm-project/clang/lib/Basic/
H A DWarnings.cpp80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { ProcessWarningOptions() local
[all...]
/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
/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
/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp113 void Diagnostics::Report(llvm::StringRef message) { in Report() function in Diagnostics
/llvm-project/clang/unittests/StaticAnalyzer/
H A DMemRegionDescriptiveNameTest.cpp33 auto Report = checkPreCall() local
/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h178 PathSensitiveBugReport &Report; variable
189 static TrackerRef create(PathSensitiveBugReport &Report) { in create() argument
/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
/llvm-project/lldb/tools/lldb-dap/
H A DProgressEvent.cpp131 bool ProgressEvent::Report(ProgressEventReportCallback callback) { Report() function in ProgressEvent
/llvm-project/flang/unittests/Runtime/
H A DFormat.cpp68 void TestFormatContext::Report(const std::optional<DataEdit> &edit) { in Report() function in TestFormatContext

123