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

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

Completed in 100 milliseconds