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 | 492 #define INTERCEPTORS_STRTO_SRET(ret_type, func, char_type) \ macro 507 #define INTERCEPTORS_STRTO_SRET(ret_type, func, char_type) \ macro 523 INTERCEPTORS_STRTO_SRET(long double, strtold, char) in INTERCEPTORS_STRTO() 536 INTERCEPTORS_STRTO_SRET(long double, wcstold, wchar_t) in INTERCEPTORS_STRTO() 549 INTERCEPTORS_STRTO_SRET(long double, __isoc23_strtold, char) in INTERCEPTORS_STRTO() 562 INTERCEPTORS_STRTO_SRET(long double, __isoc23_wcstold, wchar_t) in INTERCEPTORS_STRTO()
|