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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libc.cc235 bool have_digits = false; local
248 have_digits = true;
252 *endptr = (have_digits) ? const_cast<char *>(nptr) : old_nptr;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libc.cc233 bool have_digits = false; local
246 have_digits = true;
250 *endptr = (have_digits) ? const_cast<char *>(nptr) : old_nptr;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libc.cpp235 bool have_digits = false; local
248 have_digits = true;
252 *endptr = (have_digits) ? const_cast<char *>(nptr) : old_nptr;

Completed in 81 milliseconds