Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1679 INTERCEPT_STRTO(strtod); in InitializeInterceptors()
1680 INTERCEPT_STRTO(strtof); in InitializeInterceptors()
1681 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
1682 INTERCEPT_STRTO(strtol); in InitializeInterceptors()
1683 INTERCEPT_STRTO(strtoul); in InitializeInterceptors()
1684 INTERCEPT_STRTO(strtoll); in InitializeInterceptors()
1686 INTERCEPT_STRTO(strtouq); in InitializeInterceptors()
1687 INTERCEPT_STRTO(wcstod); in InitializeInterceptors()
1688 INTERCEPT_STRTO(wcstof); in InitializeInterceptors()
1689 INTERCEPT_STRTO(wcstold); in InitializeInterceptors()
[all …]