Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1646 INTERCEPT_STRTO(strtod); in InitializeInterceptors()
1647 INTERCEPT_STRTO(strtof); in InitializeInterceptors()
1648 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
1649 INTERCEPT_STRTO(strtol); in InitializeInterceptors()
1650 INTERCEPT_STRTO(strtoul); in InitializeInterceptors()
1651 INTERCEPT_STRTO(strtoll); in InitializeInterceptors()
1653 INTERCEPT_STRTO(strtouq); in InitializeInterceptors()
1654 INTERCEPT_STRTO(wcstod); in InitializeInterceptors()
1655 INTERCEPT_STRTO(wcstof); in InitializeInterceptors()
1656 INTERCEPT_STRTO(wcstold); in InitializeInterceptors()
[all …]