Home
last modified time | relevance | path

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

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