OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportDesc
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_report.h
96
class
ReportDesc
{
107
ReportDesc
();
108
~
ReportDesc
();
111
ReportDesc
(const
ReportDesc
&);
112
void operator = (const
ReportDesc
&);
116
void PrintReport(const
ReportDesc
*rep);
tsan_report.cc
19
ReportDesc
::
ReportDesc
()
33
ReportDesc
::~
ReportDesc
() {
161
static ReportStack *ChooseSummaryStack(const
ReportDesc
*rep) {
179
void PrintReport(const
ReportDesc
*rep) {
245
void PrintReport(const
ReportDesc
*rep) {
tsan_defs.h
161
class
ReportDesc
;
tsan_rtl_report.cc
47
bool OnReport(const
ReportDesc
*rep, bool suppressed);
50
bool WEAK OnReport(const
ReportDesc
*rep, bool suppressed) {
138
void *mem = internal_alloc(MBlockReport, sizeof(
ReportDesc
));
139
rep_ = new(mem)
ReportDesc
;
384
const
ReportDesc
*ScopedReport::GetReport() const {
516
const
ReportDesc
*rep = srep.GetReport();
583
static bool IsJavaNonsense(const
ReportDesc
*rep) {
tsan_rtl.h
571
const
ReportDesc
*GetReport() const;
575
ReportDesc
*rep_;
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc
61
bool OnReport(const
ReportDesc
*rep, bool suppressed) {
Completed in 40 milliseconds