Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_interceptors.cc459 #define INTERCEPT_STRTO(func) \ in INTERCEPTORS_STRTO() macro
463 #define INTERCEPT_STRTO(func) \
1620 INTERCEPT_STRTO(strtod); in InitializeInterceptors()
1621 INTERCEPT_STRTO(strtof); in InitializeInterceptors()
1622 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
1623 INTERCEPT_STRTO(strtol); in InitializeInterceptors()
1624 INTERCEPT_STRTO(strtoul); in InitializeInterceptors()
1625 INTERCEPT_STRTO(strtoll); in InitializeInterceptors()
1626 INTERCEPT_STRTO(strtoull); in InitializeInterceptors()
1627 INTERCEPT_STRTO(strtouq); in InitializeInterceptors()
[all …]