Searched refs:INTERCEPTORS_STRTO (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp418 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro
427 #define INTERCEPTORS_STRTO(ret_type, func, char_type) \ macro
440 INTERCEPTORS_STRTO(double, strtod, char)
441 INTERCEPTORS_STRTO(float, strtof, char)
442 INTERCEPTORS_STRTO(long double, strtold, char)
449 INTERCEPTORS_STRTO(double, wcstod, wchar_t)
450 INTERCEPTORS_STRTO(float, wcstof, wchar_t)
451 INTERCEPTORS_STRTO(long double, wcstold, wchar_t)

Completed in 72 milliseconds