Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp634 static ALWAYS_INLINE auto StrtolImpl(void *ctx, Fn real, const char *nptr, function
650 return StrtolImpl(ctx, REAL(func), nptr, endptr, base); \