Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp40 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 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/contrib/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
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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>( in checkPreCall() local
H A DSetgidSetuidOrderChecker.cpp184 auto Report = std::make_unique<PathSensitiveBugReport>(BT, Msg, N); in emitReport() local
H A DPaddingChecker.cpp340 auto Report = std::make_unique<BasicBugReport>(PaddingBug, Os.str(), CELoc); in reportRecord() local
H A DCStringChecker.cpp810 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 DUnixAPIChecker.cpp191 auto Report = std::make_unique<PathSensitiveBugReport>(BT_open, Msg, N); in ReportOpenBug() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedCallArgsChecker.cpp263 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 DUncountedLocalVarsChecker.cpp263 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 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 DRefCntblBaseVirtualDtorChecker.cpp376 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
/freebsd/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.cpp741 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 DCodeCoverage.cpp66 Report, enumerator
1238 CoverageReport Report(ViewOpts, *Coverage); in doReport() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp115 void Diagnostics::Report(llvm::StringRef message) { Report() function in Diagnostics
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h178 PathSensitiveBugReport &Report; variable
189 static TrackerRef create(PathSensitiveBugReport &Report) { in create()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp35 void Report() { Report() function in __sanitizer::UnknownFlags
H A Dsanitizer_printf.cpp321 void Report(const char *format, ...) { in Report() function
H A Dsanitizer_deadlock_detector2.cpp398 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 DBugReporterVisitors.cpp2279 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 DDylibVerifier.cpp582 void DylibVerifier::VerifierContext::emitDiag(llvm::function_ref<void()> Report, in emitDiag()

12