Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp494 INTERCEPTORS_STRTO(double, strtod, char) in INTERCEPTORS_STRTO() function
495 INTERCEPTORS_STRTO(float, strtof, char) in INTERCEPTORS_STRTO()
499 INTERCEPTORS_STRTO(long double, strtold, char) in INTERCEPTORS_STRTO()
507 INTERCEPTORS_STRTO(double, wcstod, wchar_t) in INTERCEPTORS_STRTO()
508 INTERCEPTORS_STRTO(float, wcstof, wchar_t) in INTERCEPTORS_STRTO()
512 INTERCEPTORS_STRTO(long double, wcstold, wchar_t) in INTERCEPTORS_STRTO()
520 INTERCEPTORS_STRTO(double, __isoc23_strtod, char) in INTERCEPTORS_STRTO()
521 INTERCEPTORS_STRTO(float, __isoc23_strtof, char) in INTERCEPTORS_STRTO()
525 INTERCEPTORS_STRTO(long double, __isoc23_strtold, char) in INTERCEPTORS_STRTO()
533 INTERCEPTORS_STRTO(double, __isoc23_wcstod, wchar_t) in INTERCEPTORS_STRTO()
[all …]