/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | report.cpp | 40 ScopedErrorReport Report; reportSoftRSSLimit() local 46 ScopedErrorReport Report; reportHardRSSLimit() local 59 ScopedErrorReport Report; reportCheckFailed() local 66 ScopedErrorReport Report; reportError() local 71 ScopedErrorReport Report; reportInvalidFlag() local 78 ScopedErrorReport Report; reportHeaderCorruption() local 86 ScopedErrorReport Report; reportHeaderRace() local 93 ScopedErrorReport Report; reportSanityCheckError() local 100 ScopedErrorReport Report; reportAlignmentTooBig() local 109 ScopedErrorReport Report; reportAllocationSizeTooBig() local 116 ScopedErrorReport Report; reportOutOfBatchClass() local 121 ScopedErrorReport Report; reportOutOfMemory() local 142 ScopedErrorReport Report; reportInvalidChunkState() local 148 ScopedErrorReport Report; reportMisalignedPointer() local 157 ScopedErrorReport Report; reportDeallocTypeMismatch() local 166 ScopedErrorReport Report; reportDeleteSizeMismatch() local 173 ScopedErrorReport Report; reportAlignmentNotPowerOfTwo() local 180 ScopedErrorReport Report; reportCallocOverflow() local 187 ScopedErrorReport Report; reportInvalidPosixMemalignAlignment() local 195 ScopedErrorReport Report; reportPvallocOverflow() local 202 ScopedErrorReport Report; reportInvalidAlignedAllocAlignment() local [all...] |
/freebsd/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/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/ |
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>( in checkPreCall() local
|
H A D | SetgidSetuidOrderChecker.cpp | 184 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitReport() local
|
H A D | PaddingChecker.cpp | 340 auto Report = std::make_unique<BasicBugReport>(PaddingBug, Os.str(), CELoc); in reportRecord() local
|
H A D | CStringChecker.cpp | 810 auto Report = in emitNullArgBug() local 828 auto Report = in emitUninitializedReadBug() local 851 auto Report = in emitOutOfBoundsBug() local 869 auto Report = in emitNotCStringBug() local 895 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_AdditionOverflow, in emitAdditionOverflowBug() local
|
H A D | UnixAPIChecker.cpp | 191 auto Report = std::make_unique<PathSensitiveBugReport>(BT_open, Msg, N); in ReportOpenBug() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
H A D | UncountedCallArgsChecker.cpp | 263 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local 274 auto Report = std::make_unique<BasicBugReport>( in reportBugOnThis() local
|
H A D | UncountedLocalVarsChecker.cpp | 263 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local 279 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
|
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 | RefCntblBaseVirtualDtorChecker.cpp | 376 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() 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 | 741 auto &Report = SubDir.second.first; in generateSubDirectoryReport() local 750 auto &Report = SubFile.second; in generateSubDirectoryReport() local 875 Reporter Report(*this, Coverage, Filters); in createIndexFile() local
|
H A D | CodeCoverage.cpp | 66 Report, enumerator 1238 CoverageReport Report(ViewOpts, *Coverage); in doReport() 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/lldb/source/Utility/ |
H A D | Diagnostics.cpp | 115 void Diagnostics::Report(llvm::StringRef message) { Report() function in Diagnostics
|
/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
|
H A D | sanitizer_printf.cpp | 321 void Report(const char *format, ...) { in Report() function
|
H A D | sanitizer_deadlock_detector2.cpp | 398 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report() function in __sanitizer::DD
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporterVisitors.cpp | 2279 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local 2345 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local 2496 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local 2513 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local 2630 Tracker::Tracker(PathSensitiveBugReport &Report) : Report(Report) { in Tracker() 2692 PathSensitiveBugReport &Report, in trackExpressionValue() 2700 PathSensitiveBugReport &Report, in trackStoredValue()
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | DylibVerifier.cpp | 582 void DylibVerifier::VerifierContext::emitDiag(llvm::function_ref<void()> Report, in emitDiag()
|