| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| NSAutoreleasePoolChecker.cpp | 70 auto Report = std::make_unique<PathSensitiveBugReport>( 75 Report->addRange(msg.getSourceRange()); 76 C.emitReport(std::move(Report));
|
| VforkChecker.cpp | 136 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, os.str(), N); 138 C.emitReport(std::move(Report));
|
| VirtualCallChecker.cpp | 122 // during construction or destruction, so we'll emit a report. 150 auto Report = std::make_unique<PathSensitiveBugReport>(*BT, OS.str(), N); 159 Report->addFixItHint(Fixit); 162 C.emitReport(std::move(Report));
|
| DeadStoresChecker.cpp | 188 // we don't want to report. 195 void Report(const VarDecl *V, DeadStoreKind dsk, 285 Report(VD, dsk, ExLoc, Val->getSourceRange()); 444 Report(V, DeadInit, Loc, E->getSourceRange());
|
| PaddingChecker.cpp | 69 /// PadMultiplier exceeds AllowedPad, then generate a report. 113 /// array type exceeds AllowedPad, then generate a report. 339 auto Report = 341 Report->setDeclWithIssue(RD); 342 Report->addRange(RD->getSourceRange()); 343 BR->emitReport(std::move(Report));
|
| StackAddrEscapeChecker.cpp | 162 // Generate a report for this bug. 167 auto report = local 169 report->addRange(RetE->getSourceRange()); 171 report->addRange(range); 172 C.emitReport(std::move(report)); 206 auto Report = std::make_unique<PathSensitiveBugReport>( 209 Report->addRange(Range); 210 C.emitReport(std::move(Report)); 230 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_capturedstackret, 233 Report->addRange(Range) [all...] |
| UnixAPIChecker.cpp | 139 auto Report = std::make_unique<PathSensitiveBugReport>(*BT_open, Msg, N); 140 Report->addRange(SR); 141 C.emitReport(std::move(Report)); 308 auto report = local 310 report->addRange(CE->getArg(0)->getSourceRange()); 311 C.emitReport(std::move(report)); 334 // Generates an error report, indicating that the function whose name is given 352 auto report = local 355 report->addRange(arg->getSourceRange()); 356 bugreporter::trackExpressionValue(N, arg, *report); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/cert/ |
| PutenvWithAutoChecker.cpp | 54 auto Report = std::make_unique<PathSensitiveBugReport>(BT, ErrorMsg, N); 57 bugreporter::trackExpressionValue(Report->getErrorNode(), ArgExpr, *Report); 59 C.emitReport(std::move(Report));
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| MPIBugReporter.cpp | 33 auto Report = std::make_unique<PathSensitiveBugReport>( 36 Report->addRange(MPICallEvent.getSourceRange()); 40 Report->addRange(Range); 42 Report->addVisitor(std::make_unique<RequestNodeVisitor>( 44 Report->markInteresting(RequestRegion); 46 BReporter.emitReport(std::move(Report)); 56 auto Report = std::make_unique<PathSensitiveBugReport>(*MissingWaitBugType, 61 Report->addRange(Range); 62 Report->addVisitor(std::make_unique<RequestNodeVisitor>( 64 Report->markInteresting(RequestRegion) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| UncountedLambdaCapturesChecker.cpp | 94 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); 95 BR->emitReport(std::move(Report));
|
| NoUncountedMembersChecker.cpp | 144 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); 145 Report->addRange(Member->getSourceRange()); 146 BR->emitReport(std::move(Report));
|
| RefCntblBaseVirtualDtorChecker.cpp | 149 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); 150 Report->addRange(BaseSpec->getSourceRange()); 151 BR->emitReport(std::move(Report));
|
| UncountedCallArgsChecker.cpp | 183 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); 184 Report->addRange(CallArg->getSourceRange()); 185 BR->emitReport(std::move(Report));
|
| UncountedLocalVarsChecker.cpp | 238 auto Report = std::make_unique<BasicBugReport>(Bug, Os.str(), BSLoc); 239 Report->addRange(V->getSourceRange()); 240 BR->emitReport(std::move(Report));
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_flag_parser.cc | 36 void Report() { 48 unknown_flags.Report();
|
| sanitizer_printf.cc | 262 buffer = (char*)MmapOrDie(kLen, "Report"); 271 "Buffer in Report is too short!\n"); \ 311 // hand, the bigger the buffer is, the more the chance the error report will 328 void Report(const char *format, ...) {
|
| sanitizer_deadlock_detector2.cc | 103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath); 388 return Report(pt, lt, npath); // Bingo! 401 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) {
|
| /src/external/apache2/llvm/dist/clang/tools/driver/ |
| cc1gen_reproducer_main.cpp | 104 // FIXME: Compare unsaved file hashes and report mismatch in the reproducer. 129 Driver::CompilationDiagnosticReport Report; 131 *C, *Cmd, generateReproducerMetaInfo(Info), &Report); 132 return Report; 144 const driver::Driver::CompilationDiagnosticReport &Report) { 148 for (const auto &File : llvm::enumerate(Report.TemporaryFiles)) { 183 llvm::Optional<driver::Driver::CompilationDiagnosticReport> Report = 188 if (Report) { 189 printReproducerInformation(llvm::outs(), InvocationInfo, *Report);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.cpp | 33 void Report() { 45 unknown_flags.Report();
|
| sanitizer_printf.cpp | 306 // hand, the bigger the buffer is, the more the chance the error report will 321 void Report(const char *format, ...) {
|
| sanitizer_deadlock_detector2.cpp | 102 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath); 385 return Report(pt, lt, npath); // Bingo! 398 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flag_parser.cpp | 35 void Report() { 47 unknown_flags.Report();
|
| sanitizer_printf.cpp | 306 // hand, the bigger the buffer is, the more the chance the error report will 321 void Report(const char *format, ...) {
|
| sanitizer_deadlock_detector2.cpp | 102 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath); 385 return Report(pt, lt, npath); // Bingo! 398 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) {
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| UninitializedObjectChecker.cpp | 190 auto Report = std::make_unique<PathSensitiveBugReport>( 193 Context.emitReport(std::move(Report)); 204 auto Report = std::make_unique<PathSensitiveBugReport>( 209 Report->addNote(Pair.second, 213 Context.emitReport(std::move(Report));
|