/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
H A D | MPIBugReporter.cpp | 33 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 D | cc1gen_reproducer_main.cpp | 129 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 D | NSAutoreleasePoolChecker.cpp | 70 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreObjCMessage() local
|
H A D | StackAddrEscapeChecker.cpp | 206 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 D | MacOSKeychainAPIChecker.cpp | 242 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 D | MmapWriteExecChecker.cpp | 70 auto Report = std::make_unique<PathSensitiveBugReport>( in checkPreCall() local
|
H A D | ReturnUndefChecker.cpp | 86 auto Report = in emitBug() local
|
H A D | VforkChecker.cpp | 136 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), N); in reportBug() local
|
H A D | VirtualCallChecker.cpp | 150 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, OS.str(), N); in checkPreCall() local
|
H A D | PaddingChecker.cpp | 339 auto Report = in reportRecord() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/ |
H A D | PutenvWithAutoChecker.cpp | 54 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); in checkPostCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | Warnings.cpp | 80 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 D | UncountedLambdaCapturesChecker.cpp | 94 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 | 149 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
|
H A D | UncountedCallArgsChecker.cpp | 183 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); in reportBug() local
|
H A D | UncountedLocalVarsChecker.cpp | 238 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 D | sanitizer_flag_parser.cc | 34 void Report() { in Report() function in __sanitizer::UnknownFlags
|
H A D | sanitizer_printf.cc | 326 void Report(const char *format, ...) { in Report() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.cc | 36 void Report() { in Report() function in __sanitizer::UnknownFlags
|
H A D | sanitizer_printf.cc | 328 void Report(const char *format, ...) { in Report() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObjectChecker.cpp | 190 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 D | sanitizer_flag_parser.cpp | 35 void Report() { in Report() function in __sanitizer::UnknownFlags
|
H A D | sanitizer_printf.cpp | 321 void Report(const char *format, ...) { in Report() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.cpp | 40 CoverageReport Report(Opts, Coverage); in createIndexFile() local
|