HomeSort by: relevance | last modified time | path
    Searched refs:ReportType (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_suppressions.h 33 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp);
34 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp);
tsan_report.h 22 enum ReportType {
110 ReportType typ;
tsan_suppressions.cc 68 static const char *conv(ReportType typ) {
115 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
134 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
tsan_rtl_report.cc 146 ScopedReportBase::ScopedReportBase(ReportType typ, uptr tag) {
374 ScopedReport::ScopedReport(ReportType typ, uptr tag)
544 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace) {
561 static bool IsFiredSuppression(Context *ctx, ReportType type, uptr addr) {
622 ReportType typ = ReportTypeRace;
tsan_rtl.h 516 ReportType type;
599 ScopedReportBase(ReportType typ, uptr tag);
616 explicit ScopedReport(ReportType typ, uptr tag = kExternalTagNone);
690 bool IsFiredSuppression(Context *ctx, ReportType type, StackTrace trace);
tsan_debugging.cc 22 static const char *ReportTypeDescription(ReportType typ) {
tsan_report.cc 79 static const char *ReportTypeString(ReportType typ, uptr tag) {
tsan_rtl_mutex.cc 49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ,
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 35 static __thread ReportType expect_report_type;
217 ReportType report_type;
229 void ExpectReport(ReportType type) {

Completed in 17 milliseconds