Searched refs:INTERCEPTOR_STRTO_LOC (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 368 #define INTERCEPTOR_STRTO_LOC(ret_type, func) \ macro 386 INTERCEPTOR_STRTO_LOC(double, strtod_l) // NOLINT in INTERCEPTOR_STRTO() 387 INTERCEPTOR_STRTO_LOC(double, __strtod_l) // NOLINT in INTERCEPTOR_STRTO() 388 INTERCEPTOR_STRTO_LOC(double, __strtod_internal) // NOLINT in INTERCEPTOR_STRTO() 389 INTERCEPTOR_STRTO_LOC(float, strtof_l) // NOLINT in INTERCEPTOR_STRTO() 390 INTERCEPTOR_STRTO_LOC(float, __strtof_l) // NOLINT in INTERCEPTOR_STRTO() 391 INTERCEPTOR_STRTO_LOC(float, __strtof_internal) // NOLINT in INTERCEPTOR_STRTO() 392 INTERCEPTOR_STRTO_LOC(long double, strtold_l) // NOLINT in INTERCEPTOR_STRTO() 393 INTERCEPTOR_STRTO_LOC(long double, __strtold_l) // NOLINT in INTERCEPTOR_STRTO() 394 INTERCEPTOR_STRTO_LOC(long double, __strtold_internal) // NOLINT in INTERCEPTOR_STRTO()
|