Lines Matching defs:ReportLocation
72 struct ReportLocation { struct
73 ReportLocationType type = ReportLocationGlobal; argument
74 DataInfo global = {};
75 uptr heap_chunk_start = 0;
76 uptr heap_chunk_size = 0;
77 uptr external_tag = 0;
78 Tid tid = kInvalidTid;
79 int fd = 0;
80 bool fd_closed = false;
81 bool suppressable = false;
82 ReportStack *stack = nullptr;