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

References

projects/compiler-rt/lib/msan/msan_interceptors.cpp
  440 INTERCEPTORS_STRTO(double, strtod, char)
  441 INTERCEPTORS_STRTO(float, strtof, char)
  442 INTERCEPTORS_STRTO(long double, strtold, char)
  449 INTERCEPTORS_STRTO(double, wcstod, wchar_t)
  450 INTERCEPTORS_STRTO(float, wcstof, wchar_t)
  451 INTERCEPTORS_STRTO(long double, wcstold, wchar_t)