Searched refs:INTERCEPTORS_STRTO (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 443 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 455 INTERCEPTORS_STRTO(double, strtod, char) // NOLINT in INTERCEPTORS_STRTO() function 456 INTERCEPTORS_STRTO(float, strtof, char) // NOLINT in INTERCEPTORS_STRTO() 457 INTERCEPTORS_STRTO(long double, strtold, char) // NOLINT in INTERCEPTORS_STRTO() 463 INTERCEPTORS_STRTO(double, wcstod, wchar_t) // NOLINT in INTERCEPTORS_STRTO() 464 INTERCEPTORS_STRTO(float, wcstof, wchar_t) // NOLINT in INTERCEPTORS_STRTO() 465 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
|