Searched refs:INTERCEPTORS_STRTO (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 419 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 428 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 441 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() function 442 INTERCEPTORS_STRTO(float, strtof, char) in INTERCEPTORS_STRTO() 443 INTERCEPTORS_STRTO(long double, strtold, char) in INTERCEPTORS_STRTO() 450 INTERCEPTORS_STRTO(double, wcstod, wchar_t) in INTERCEPTORS_STRTO() 451 INTERCEPTORS_STRTO(float, wcstof, wchar_t) in INTERCEPTORS_STRTO() 452 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) in INTERCEPTORS_STRTO()
|