Lines Matching defs:sp
97 Suppression **sp) {
98 if (suppression_ctx->Match(info.function, stype, sp) ||
99 suppression_ctx->Match(info.file, stype, sp) ||
100 suppression_ctx->Match(info.module, stype, sp)) {
101 VPrintf(2, "ThreadSanitizer: matched suppression '%s'\n", (*sp)->templ);
102 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed);
108 uptr IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) {
118 uptr pc = IsSuppressed(stype, frame->info, sp);
123 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp);
127 uptr IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) {
141 *sp = s;