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

References

projects/compiler-rt/lib/msan/msan_interceptors.cpp
  443 INTERCEPTORS_STRTO_BASE(long, strtol, char)
  444 INTERCEPTORS_STRTO_BASE(long long, strtoll, char)
  445 INTERCEPTORS_STRTO_BASE(unsigned long, strtoul, char)
  446 INTERCEPTORS_STRTO_BASE(unsigned long long, strtoull, char)
  447 INTERCEPTORS_STRTO_BASE(u64, strtouq, char)
  452 INTERCEPTORS_STRTO_BASE(long, wcstol, wchar_t)
  453 INTERCEPTORS_STRTO_BASE(long long, wcstoll, wchar_t)
  454 INTERCEPTORS_STRTO_BASE(unsigned long, wcstoul, wchar_t)
  455 INTERCEPTORS_STRTO_BASE(unsigned long long, wcstoull, wchar_t)