Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc47 char *tpos1 = (char*)internal_strchr(templ, '$'); in TemplateMatch() local
48 if (tpos == 0 || (tpos1 && tpos1 < tpos)) in TemplateMatch()
49 tpos = tpos1; in TemplateMatch()
57 tpos[0] = tpos == tpos1 ? '$' : '*'; in TemplateMatch()