Searched refs:INTERCEPTORS_STRTO (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_interceptors.cc | 419 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 428 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 441 INTERCEPTORS_STRTO(double, strtod, char) // NOLINT in INTERCEPTORS_STRTO() function 442 INTERCEPTORS_STRTO(float, strtof, char) // NOLINT in INTERCEPTORS_STRTO() 443 INTERCEPTORS_STRTO(long double, strtold, char) // NOLINT in INTERCEPTORS_STRTO() 450 INTERCEPTORS_STRTO(double, wcstod, wchar_t) // NOLINT in INTERCEPTORS_STRTO() 451 INTERCEPTORS_STRTO(float, wcstof, wchar_t) // NOLINT in INTERCEPTORS_STRTO() 452 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
|