Home
last modified time | relevance | path

Searched refs:ReportLocationHeap (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.h65 ReportLocationHeap, enumerator
H A Dtsan_report.cpp183 } else if (loc->type == ReportLocationHeap) { in PrintLocation()
417 case ReportLocationHeap: { in PrintLocation()
H A Dtsan_debugging.cpp46 case ReportLocationHeap: return "heap"; in ReportLocationTypeDescription()
H A Dtsan_rtl_report.cpp348 loc->type = ReportLocationHeap; in AddLocation()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h67 ReportLocationHeap, enumerator
H A Dtsan_report.cc194 } else if (loc->type == ReportLocationHeap) { in PrintLocation()
421 case ReportLocationHeap: { in PrintLocation()
H A Dtsan_debugging.cc41 if (typ == ReportLocationHeap) return "heap"; in ReportLocationTypeDescription()
H A Dtsan_rtl_report.cc335 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in AddLocation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h69 ReportLocationHeap, enumerator
H A Dtsan_report.cc196 } else if (loc->type == ReportLocationHeap) { in PrintLocation()
423 case ReportLocationHeap: { in PrintLocation()
H A Dtsan_debugging.cc43 if (typ == ReportLocationHeap) return "heap"; in ReportLocationTypeDescription()
H A Dtsan_rtl_report.cc337 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in AddLocation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/go/
H A Dtsan_go.cc96 ReportLocation *loc = ReportLocation::New(ReportLocationHeap); in SymbolizeData()