Searched refs:StrtolImpl (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 637 static ALWAYS_INLINE auto StrtolImpl(void *ctx, Fn real, const char *nptr, function 653 return StrtolImpl(ctx, REAL(func), nptr, endptr, base); \ 668 long long result = StrtolImpl(ctx, REAL(strtoll), nptr, endptr, base);
|