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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp458 #define INTERCEPT_STRTO(func) \ macro
462 #define INTERCEPT_STRTO(func) \
1640 INTERCEPT_STRTO(strtod);
1641 INTERCEPT_STRTO(strtof);
1642 INTERCEPT_STRTO(strtold);
1643 INTERCEPT_STRTO(strtol);
1644 INTERCEPT_STRTO(strtoul);
1645 INTERCEPT_STRTO(strtoll);
1646 INTERCEPT_STRTO(strtoull);
1647 INTERCEPT_STRTO(strtou
[all...]

Completed in 47 milliseconds