reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/msan/msan_interceptors.cpp
 1639   INTERCEPT_STRTO(strtod);
 1640   INTERCEPT_STRTO(strtof);
 1641   INTERCEPT_STRTO(strtold);
 1642   INTERCEPT_STRTO(strtol);
 1643   INTERCEPT_STRTO(strtoul);
 1644   INTERCEPT_STRTO(strtoll);
 1645   INTERCEPT_STRTO(strtoull);
 1646   INTERCEPT_STRTO(strtouq);
 1647   INTERCEPT_STRTO(wcstod);
 1648   INTERCEPT_STRTO(wcstof);
 1649   INTERCEPT_STRTO(wcstold);
 1650   INTERCEPT_STRTO(wcstol);
 1651   INTERCEPT_STRTO(wcstoul);
 1652   INTERCEPT_STRTO(wcstoll);
 1653   INTERCEPT_STRTO(wcstoull);