Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp142 if (line) *line = (uptr)internal_atoll(extracted_line_number); in ParseCommandOutput()
147 uptr offset = internal_atoll(rest); in ParseCommandOutput()
H A Dsanitizer_symbolizer_libcdep.cpp46 *result = (int)internal_atoll(buff); in ExtractInt()
56 *result = (uptr)internal_atoll(buff); in ExtractUptr()
66 *result = (sptr)internal_atoll(buff); in ExtractSptr()
320 info->line = internal_atoll(back + 1); in ParseFileLineInfo()
H A Dsanitizer_libc.h40 s64 internal_atoll(const char *nptr);
H A Dsanitizer_libc.cpp22 s64 internal_atoll(const char *nptr) { in internal_atoll() function
H A Dsanitizer_common_interceptors_format.inc19 *out = internal_atoll(p);
H A Dsanitizer_linux.cpp1012 threads->push_back(internal_atoll(entry->d_name)); in ListThreads()
1049 return (int)internal_atoll(field) != 0; in IsAlive()