Searched refs:INTERCEPTORS_STRTO (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 414 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 423 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 436 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() function 437 INTERCEPTORS_STRTO(float, strtof, char) in INTERCEPTORS_STRTO() 438 INTERCEPTORS_STRTO(long double, strtold, char) in INTERCEPTORS_STRTO() 445 INTERCEPTORS_STRTO(double, wcstod, wchar_t) in INTERCEPTORS_STRTO() 446 INTERCEPTORS_STRTO(float, wcstof, wchar_t) in INTERCEPTORS_STRTO() 447 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) in INTERCEPTORS_STRTO()
|