Searched defs:ReportLocation (Results 1 – 5 of 5) sorted by relevance
71 struct ReportLocation { struct72 ReportLocationType type = ReportLocationGlobal; argument73 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;
73 struct ReportLocation { struct74 ReportLocationType type; argument84 static ReportLocation *New(ReportLocationType type); argument
28 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation
75 struct ReportLocation { struct76 ReportLocationType type; argument86 static ReportLocation *New(ReportLocationType type); argument
30 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation() function in __tsan::ReportLocation