Home | History | Annotate | Download | only in msan

Lines Matching refs:strtold

309 INTERCEPTOR(long double, strtold, const char *nptr, char **endptr) {  // NOLINT
311 long double res = REAL(strtold)(nptr, endptr); // NOLINT
1209 INTERCEPT_FUNCTION(strtold);