Searched refs:INTERCEPTORS_STRTO_SRET (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 466 #define INTERCEPTORS_STRTO_SRET(ret_type, func, char_type) \ macro 481 #define INTERCEPTORS_STRTO_SRET(ret_type, func, char_type) \ macro 497 INTERCEPTORS_STRTO_SRET(long double, strtold, char) in INTERCEPTORS_STRTO() 510 INTERCEPTORS_STRTO_SRET(long double, wcstold, wchar_t) in INTERCEPTORS_STRTO() 523 INTERCEPTORS_STRTO_SRET(long double, __isoc23_strtold, char) in INTERCEPTORS_STRTO() 536 INTERCEPTORS_STRTO_SRET(long double, __isoc23_wcstold, wchar_t) in INTERCEPTORS_STRTO()
|