Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp40 ScopedErrorReport Report; in reportSoftRSSLimit() local
46 ScopedErrorReport Report; in reportHardRSSLimit() local
59 ScopedErrorReport Report; in reportCheckFailed() local
66 ScopedErrorReport Report; in reportError() local
71 ScopedErrorReport Report; in reportInvalidFlag() local
78 ScopedErrorReport Report; in reportHeaderCorruption() local
86 ScopedErrorReport Report; in reportHeaderRace() local
93 ScopedErrorReport Report; in reportSanityCheckError() local
100 ScopedErrorReport Report; in reportAlignmentTooBig() local
109 ScopedErrorReport Report; in reportAllocationSizeTooBig() local
[all …]
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp130 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments() local
145 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation()
184 std::optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp198 auto Report = std::make_unique<PathSensitiveBugReport>( in checkAsyncExecutedBlockCaptures() local
222 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_capturedstackret, in checkReturnedBlockCaptures() local
382 auto Report = in checkEndFunction() local
404 auto Report = in checkEndFunction() local
H A DMacOSKeychainAPIChecker.cpp242 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), N); in generateDeallocatorMismatchReport() local
286 auto Report = in checkPreStmt() local
341 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreStmt() local
494 auto Report = std::make_unique<PathSensitiveBugReport>( in generateAllocatedDataNotReleasedReport() local
H A DNSAutoreleasePoolChecker.cpp70 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreObjCMessage() local
H A DReturnPointerRangeChecker.cpp88 auto Report = in checkPreStmt() local
H A DMmapWriteExecChecker.cpp70 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreCall() local
H A DReturnUndefChecker.cpp86 auto Report = in emitBug() local
H A DVforkChecker.cpp138 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
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp221 auto Report = in checkPostCall() local
264 auto Report = std::make_unique<PathSensitiveBugReport>( in checkLocation() local
H A DPutenvWithAutoChecker.cpp55 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); in checkPostCall() local
/openbsd/gnu/llvm/clang/lib/Basic/
H A DWarnings.cpp80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
/openbsd/gnu/llvm/lldb/source/Utility/
H A DDiagnostics.cpp105 void Diagnostics::Report(llvm::StringRef message) { in Report() function in Diagnostics
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h172 PathSensitiveBugReport &Report; variable
183 static TrackerRef create(PathSensitiveBugReport &Report) { in create()
/openbsd/gnu/llvm/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.cpp145 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
H A DRefCntblBaseVirtualDtorChecker.cpp149 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
H A DUncountedCallArgsChecker.cpp183 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
H A DUncountedLocalVarsChecker.cpp239 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp188 auto Report = std::make_unique<PathSensitiveBugReport>( in checkEndFunction() local
202 auto Report = std::make_unique<PathSensitiveBugReport>( in checkEndFunction() local
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp127 bool ProgressEvent::Report(ProgressEventReportCallback callback) { in Report() function in ProgressEvent
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cpp35 void Report() { in Report() function in __sanitizer::UnknownFlags
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2258 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local
2324 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local
2474 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local
2491 PathSensitiveBugReport &Report = getParentTracker().getReport(); in handle() local
2608 Tracker::Tracker(PathSensitiveBugReport &Report) : Report(Report) { in Tracker()
2670 PathSensitiveBugReport &Report, in trackExpressionValue()
2678 PathSensitiveBugReport &Report, in trackStoredValue()

12