Searched refs:INTERCEPTORS_STRTO (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 488 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 501 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro 520 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() function 521 INTERCEPTORS_STRTO(float, strtof, char) in INTERCEPTORS_STRTO() 525 INTERCEPTORS_STRTO(long double, strtold, char) in INTERCEPTORS_STRTO() 533 INTERCEPTORS_STRTO(double, wcstod, wchar_t) in INTERCEPTORS_STRTO() 534 INTERCEPTORS_STRTO(float, wcstof, wchar_t) in INTERCEPTORS_STRTO() 538 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) in INTERCEPTORS_STRTO() 546 INTERCEPTORS_STRTO(double, __isoc23_strtod, char) in INTERCEPTORS_STRTO() 547 INTERCEPTORS_STRTO(float, __isoc23_strtof, char) in INTERCEPTORS_STRTO() [all …]
|