Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc471 #define INTERCEPT_STRTO(func) \ in INTERCEPTORS_STRTO() macro
1525 INTERCEPT_STRTO(strtod); in InitializeInterceptors()
1526 INTERCEPT_STRTO(strtof); in InitializeInterceptors()
1527 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
1528 INTERCEPT_STRTO(strtol); in InitializeInterceptors()
1529 INTERCEPT_STRTO(strtoul); in InitializeInterceptors()
1530 INTERCEPT_STRTO(strtoll); in InitializeInterceptors()
1531 INTERCEPT_STRTO(strtoull); in InitializeInterceptors()
1532 INTERCEPT_STRTO(wcstod); in InitializeInterceptors()
1533 INTERCEPT_STRTO(wcstof); in InitializeInterceptors()
[all …]