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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.h28 s64 internal_atoll(const char *nptr);
H A Dsanitizer_symbolizer_libcdep.cpp45 *result = (int)internal_atoll(buff);
55 *result = (uptr)internal_atoll(buff);
65 *result = (sptr)internal_atoll(buff);
305 info->line = internal_atoll(back + 1);
H A Dsanitizer_symbolizer_mac.cpp181 if (line) *line = (uptr)internal_atoll(extracted_line_number);
186 uptr offset = internal_atoll(rest);
H A Dsanitizer_common_interceptors_format.inc19 *out = internal_atoll(p);
H A Dsanitizer_libc.cpp19 s64 internal_atoll(const char *nptr) { function in namespace:__sanitizer
H A Dsanitizer_linux.cpp953 threads->push_back(internal_atoll(entry->d_name));
990 return (int)internal_atoll(field) != 0;

Completed in 101 milliseconds