Home
last modified time | relevance | path

Searched defs:ReportLocation (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.h71 struct ReportLocation { struct
72 ReportLocationType type = ReportLocationGlobal; argument
73 DataInfo global = {};
74 uptr heap_chunk_start = 0;
75 uptr heap_chunk_size = 0;
76 uptr external_tag = 0;
77 Tid tid = kInvalidTid;
78 int fd = 0;
79 bool suppressable = false;
80 ReportStack *stack = nullptr;
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h73 struct ReportLocation { struct
74 ReportLocationType type; argument
84 static ReportLocation *New(ReportLocationType type); argument
H A Dtsan_report.cc28 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h75 struct ReportLocation { struct
76 ReportLocationType type; argument
86 static ReportLocation *New(ReportLocationType type); argument
H A Dtsan_report.cc30 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation