Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp129 Driver::CompilationDiagnosticReport Report; in generateReproducerForInvocationArguments() local
144 const driver::Driver::CompilationDiagnosticReport &Report) { in printReproducerInformation()
183 llvm::Optional<driver::Driver::CompilationDiagnosticReport> Report = in cc1gen_reproducer_main() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp70 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreObjCMessage() local
H A DStackAddrEscapeChecker.cpp206 auto Report = std::make_unique<PathSensitiveBugReport>( in checkAsyncExecutedBlockCaptures() local
230 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_capturedstackret, in checkReturnedBlockCaptures() local
360 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 DMmapWriteExecChecker.cpp70 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreCall() local
H A DReturnUndefChecker.cpp86 auto Report = in emitBug() local
H A DVforkChecker.cpp136 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
H A DPaddingChecker.cpp339 auto Report = in reportRecord() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/
H A DPutenvWithAutoChecker.cpp54 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); in checkPostCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DWarnings.cpp80 for (unsigned Report = 0, ReportEnd = 2; Report != ReportEnd; ++Report) { in ProcessWarningOptions() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp94 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.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.cpp238 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.cc34 void Report() { in Report() function in __sanitizer::UnknownFlags
H A Dsanitizer_printf.cc326 void Report(const char *format, ...) { in Report() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_flag_parser.cc36 void Report() { in Report() function in __sanitizer::UnknownFlags
H A Dsanitizer_printf.cc328 void Report(const char *format, ...) { in Report() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp190 auto Report = std::make_unique<PathSensitiveBugReport>( in checkEndFunction() local
204 auto Report = std::make_unique<PathSensitiveBugReport>( in checkEndFunction() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_flag_parser.cpp35 void Report() { in Report() function in __sanitizer::UnknownFlags
H A Dsanitizer_printf.cpp321 void Report(const char *format, ...) { in Report() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp40 CoverageReport Report(Opts, Coverage); in createIndexFile() local

12