Searched refs:INTERCEPTOR_STRTO_LOC (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc368 #define INTERCEPTOR_STRTO_LOC(ret_type, func) \ macro
386 INTERCEPTOR_STRTO_LOC(double, strtod_l) // NOLINT
387 INTERCEPTOR_STRTO_LOC(double, __strtod_l) // NOLINT
388 INTERCEPTOR_STRTO_LOC(double, __strtod_internal) // NOLINT
389 INTERCEPTOR_STRTO_LOC(float, strtof_l) // NOLINT
390 INTERCEPTOR_STRTO_LOC(float, __strtof_l) // NOLINT
391 INTERCEPTOR_STRTO_LOC(float, __strtof_internal) // NOLINT
392 INTERCEPTOR_STRTO_LOC(long double, strtold_l) // NOLINT
393 INTERCEPTOR_STRTO_LOC(long double, __strtold_l) // NOLINT
394 INTERCEPTOR_STRTO_LOC(lon
[all...]

Completed in 71 milliseconds