Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc449 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro
461 INTERCEPTORS_STRTO(double, strtod, char) // NOLINT in INTERCEPTORS_STRTO() function
462 INTERCEPTORS_STRTO(float, strtof, char) // NOLINT in INTERCEPTORS_STRTO()
463 INTERCEPTORS_STRTO(long double, strtold, char) // NOLINT in INTERCEPTORS_STRTO()
469 INTERCEPTORS_STRTO(double, wcstod, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
470 INTERCEPTORS_STRTO(float, wcstof, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
471 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) // NOLINT in INTERCEPTORS_STRTO()