HomeSort by relevance Sort by last modified time
    Searched refs:ReportDesc (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_report.h 104 class ReportDesc {
116 ReportDesc();
117 ~ReportDesc();
120 ReportDesc(const ReportDesc&);
121 void operator = (const ReportDesc&);
125 void PrintReport(const ReportDesc *rep);
tsan_debugging.cc 60 return const_cast<ReportDesc*>(cur_thread()->current_report);
69 const ReportDesc *rep = (ReportDesc *)report;
85 const ReportDesc *rep = (ReportDesc *)report;
96 const ReportDesc *rep = (ReportDesc *)report;
113 const ReportDesc *rep = (ReportDesc *)report;
130 const ReportDesc *rep = (ReportDesc *)report
    [all...]
tsan_report.cc 55 ReportDesc::ReportDesc()
70 ReportDesc::~ReportDesc() {
256 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) {
289 void PrintReport(const ReportDesc *rep) {
428 void PrintReport(const ReportDesc *rep) {
tsan_defs.h 157 class ReportDesc;
tsan_rtl_report.cc 50 bool OnReport(const ReportDesc *rep, bool suppressed);
53 bool OnReport(const ReportDesc *rep, bool suppressed) {
60 void __tsan_on_report(const ReportDesc *rep) {
144 void *mem = internal_alloc(MBlockReport, sizeof(ReportDesc));
145 rep_ = new(mem) ReportDesc;
368 const ReportDesc *ScopedReport::GetReport() const {
499 const ReportDesc *rep = srep.GetReport();
tsan_rtl.h 438 const ReportDesc *current_report;
573 const ReportDesc *GetReport() const;
576 ReportDesc *rep_;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
UsbMouseAbsolutePointer.c 554 UINT8 *ReportDesc;
638 ReportDesc = AllocateZeroPool (MouseHidDesc->HidClassDesc[0].DescriptorLength);
639 ASSERT (ReportDesc != NULL);
645 ReportDesc
650 FreePool (ReportDesc);
659 ReportDesc,
665 FreePool (ReportDesc);
703 FreePool (ReportDesc);
709 FreePool (ReportDesc);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMouseDxe/
UsbMouse.c 554 UINT8 *ReportDesc;
638 ReportDesc = AllocateZeroPool (MouseHidDesc->HidClassDesc[0].DescriptorLength);
639 ASSERT (ReportDesc != NULL);
645 ReportDesc
650 FreePool (ReportDesc);
659 ReportDesc,
665 FreePool (ReportDesc);
701 FreePool (ReportDesc);
707 FreePool (ReportDesc);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 103 bool OnReport(const ReportDesc *rep, bool suppressed) {

Completed in 234 milliseconds