Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/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 …]
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp135 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 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 = in checkEndFunction() local
415 auto Report = in checkEndFunction() local
H A DNSAutoreleasePoolChecker.cpp67 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreObjCMessage() 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 DMmapWriteExecChecker.cpp72 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 DReturnUndefChecker.cpp86 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitBug() local
H A DVforkChecker.cpp134 auto Report = std::make_unique<PathSensitiveBugReport>(BT, os.str(), N); in reportBug() local
H A DVirtualCallChecker.cpp150 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 DPutenvWithAutoChecker.cpp
H A DInvalidPtrChecker.cpp299 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 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.cpp567 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 DWarnings.cpp80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp95 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
H A DNoUncountedMembersChecker.cpp144 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
H A DUncountedCallArgsChecker.cpp182 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); reportBug() local
H A DRefCntblBaseVirtualDtorChecker.cpp188 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); reportBug() local
H A DUncountedLocalVarsChecker.cpp238 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); reportBug() local
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp113 void Diagnostics::Report(llvm::StringRef message) { in Report() function in Diagnostics
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h178 PathSensitiveBugReport &Report; variable
189 static TrackerRef create(PathSensitiveBugReport &Report) { in create() argument
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp33 void Report() { in Report() function in __sanitizer::UnknownFlags

12