Home
last modified time | relevance | path

Searched refs:ExtractInt (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_internal.h27 const char *ExtractInt(const char *str, const char *delims, int *result);
H A Dsanitizer_symbolizer_libcdep.cpp42 const char *ExtractInt(const char *str, const char *delims, int *result) { in ExtractInt() function