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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc403 char *tpos1 = (char*)internal_strchr(templ, '$'); local
404 if ((!tpos) || (tpos1 && tpos1 < tpos))
405 tpos = tpos1;
413 tpos[0] = tpos == tpos1 ? '$' : '*';

Completed in 277 milliseconds