HomeSort by relevance Sort by last modified time
    Searched refs:Report (Results 76 - 100 of 494) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 101 Report("Coverage: failed to open %s for writing: %d\n", tmp_path.data(),
sanitizer_linux_s390.cc 176 Report(
  /external/google-breakpad/src/processor/
cfi_frame_info.h 162 // recovery rules, as appearing in STACK CFI records. Report the
168 // Report any accumulated rule to handler_
169 bool Report();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CommentParser.h 49 return Diags.Report(Loc, DiagID);
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 338 Diags.Report(Pos, diag::err_verify_invalid_no_diags)
348 Diags.Report(Pos, diag::err_verify_invalid_no_diags)
404 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
421 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
444 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
463 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
472 Diags.Report(Pos.getLocWithOffset(PH.C-PH.Begin),
495 Diags.Report(Pos.getLocWithOffset(ContentBegin-PH.Begin),
509 Diags.Report(Pos.getLocWithOffset(ContentBegin-PH.Begin),
635 Diags.Report(diag::err_verify_inconsistent_diags).setForceEmit(
    [all...]
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 77 CI.getDiagnostics().Report(diag::err_fe_invalid_plugin_name)
113 CI.getDiagnostics().Report(diag::err_fe_action_not_available) << Action;
195 Clang->getDiagnostics().Report(diag::err_fe_unable_to_load_plugin)
  /external/compiler-rt/lib/asan/
asan_mac.cc 196 Report(#dispatch_x_f "(): context: %p, pthread_self: %p\n", \
214 Report("dispatch_after_f: %p\n", asan_ctxt);
227 Report("dispatch_group_async_f(): context: %p, pthread_self: %p\n",
asan_rtl.cc 49 Report("Sleeping for %d second(s)\n", flags()->sleep_before_dying);
64 Report("AddressSanitizer CHECK failed: %s:%d \"%s\" (0x%zx, 0x%zx)\n", file,
95 Report("ReserveShadowMemoryRange failed while trying to map 0x%zx bytes. "
348 Report("ERROR: Failed to protect the shadow gap. "
504 Report("Shadow memory range interleaves with an existing memory mapping. "
506 Report("ASan shadow was supposed to be located in the [%p-%p] range.\n",
622 Report("WARNING: ASan is ignoring requested __asan_handle_no_return: "
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 195 Report("LeakSanitizer: failed to set thread key.\n");
217 Report("LeakSanitizer: failed to set thread key.\n");
295 Report("LeakSanitizer: failed to create thread key.\n");
  /external/v8/tools/clang/plugins/
CheckIPCVisitor.cpp 89 compiler_.getDiagnostics().Report(
281 diagnostics.Report(loc, error) << exit_type << via;
284 diagnostics.Report(tdef->getDecl()->getLocation(), note_see_here_);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Eot.py 29 from Report import Report
48 FvFileList="", MapFileList="", Report='Report.html', Dispatch=None):
53 self.Report = Report
127 # Generate report database
136 # Generate Report
289 # Generate final HTML report
294 EdkLogger.quiet("Generating report file ... ")
    [all...]
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 11 // report coverage information using the profiling instrumentation and code
45 /// \brief The report command.
46 Report
90 int report(int argc, const char **argv,
437 case Report:
438 return report(argc, argv, commandLineParser);
582 int CodeCoverageTool::report(int argc, const char **argv, function in class:CodeCoverageTool
595 CoverageReport Report(ViewOpts, std::move(Coverage));
597 Report.renderFileReports(llvm::outs());
599 Report.renderFunctionReports(SourceFiles, llvm::outs())
    [all...]

Completed in 1026 milliseconds

1 2 34 5 6 7 8 91011>>