HomeSort by: relevance | last modified time | path
    Searched defs:tpos1 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common.cc 216 char *tpos1 = (char*)internal_strchr(templ, '$'); local
217 if ((!tpos) || (tpos1 && tpos1 < tpos))
218 tpos = tpos1;
226 tpos[0] = tpos == tpos1 ? '$' : '*';
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common.cpp 214 char *tpos1 = (char*)internal_strchr(templ, '$'); local
215 if ((!tpos) || (tpos1 && tpos1 < tpos))
216 tpos = tpos1;
224 tpos[0] = tpos == tpos1 ? '$' : '*';
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common.cpp 250 char *tpos1 = (char*)internal_strchr(templ, '$'); local
251 if ((!tpos) || (tpos1 && tpos1 < tpos))
252 tpos = tpos1;
260 tpos[0] = tpos == tpos1 ? '$' : '*';

Completed in 18 milliseconds