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.cc435 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro
447 INTERCEPTORS_STRTO(double, strtod, char) // NOLINT in INTERCEPTORS_STRTO() function
448 INTERCEPTORS_STRTO(float, strtof, char) // NOLINT in INTERCEPTORS_STRTO()
449 INTERCEPTORS_STRTO(long double, strtold, char) // NOLINT in INTERCEPTORS_STRTO()
455 INTERCEPTORS_STRTO(double, wcstod, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
456 INTERCEPTORS_STRTO(float, wcstof, wchar_t) // NOLINT in INTERCEPTORS_STRTO()
457 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) // NOLINT in INTERCEPTORS_STRTO()