Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dsuppressions.cc338 static bool MatchStackTraceRecursive(MatcherContext ctx, int trace_index, in MatchStackTraceRecursive() argument
342 while (trace_index < trace_size && tmpl_index < tmpl_size) { in MatchStackTraceRecursive()
346 while (trace_index < trace_size) { in MatchStackTraceRecursive()
347 if (MatchStackTraceRecursive(ctx, trace_index++, tmpl_index)) in MatchStackTraceRecursive()
354 match = StringMatch(location.name, ctx.object_names[trace_index]); in MatchStackTraceRecursive()
358 StringMatch(location.name, ctx.function_names_mangled[trace_index]) || in MatchStackTraceRecursive()
359 StringMatch(location.name, ctx.function_names_demangled[trace_index]); in MatchStackTraceRecursive()
362 ++trace_index; in MatchStackTraceRecursive()