Home | History | Annotate | Download | only in rtl

Lines Matching refs:stype

101 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
103 if (suppression_ctx->Match(info.function, stype, sp) ||
104 suppression_ctx->Match(info.file, stype, sp) ||
105 suppression_ctx->Match(info.module, stype, sp)) {
118 const char *stype = conv(typ);
119 if (0 == internal_strcmp(stype, kSuppressionNone))
123 uptr pc = IsSuppressed(stype, frame->info, sp);
127 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr)
137 const char *stype = conv(typ);
138 if (0 == internal_strcmp(stype, kSuppressionNone))
142 if (suppression_ctx->Match(global.name, stype, &s) ||
143 suppression_ctx->Match(global.module, stype, &s)) {