Home
last modified time | relevance | path

Searched refs:ReportLocationType (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_report.h65 enum ReportLocationType { enum
74 ReportLocationType type;
84 static ReportLocation *New(ReportLocationType type);
86 explicit ReportLocation(ReportLocationType type);
H A Dtsan_report.cc28 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation()
32 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
H A Dtsan_debugging.cc39 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_report.h67 enum ReportLocationType { enum
76 ReportLocationType type;
86 static ReportLocation *New(ReportLocationType type);
88 explicit ReportLocation(ReportLocationType type);
H A Dtsan_report.cc30 ReportLocation::ReportLocation(ReportLocationType type) in ReportLocation()
34 ReportLocation *ReportLocation::New(ReportLocationType type) { in New()
H A Dtsan_debugging.cc41 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_report.h63 enum ReportLocationType { enum
72 ReportLocationType type = ReportLocationGlobal;
H A Dtsan_debugging.cpp43 static const char *ReportLocationTypeDescription(ReportLocationType typ) { in ReportLocationTypeDescription()