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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_libc.cc 235 bool have_digits = false; local in function:__sanitizer::internal_simple_strtoll
248 have_digits = true;
252 *endptr = (have_digits) ? const_cast<char *>(nptr) : old_nptr;
sanitizer_libc.cc 235 bool have_digits = false; local in function:__sanitizer::internal_simple_strtoll
248 have_digits = true;
252 *endptr = (have_digits) ? const_cast<char *>(nptr) : old_nptr;

Completed in 59 milliseconds