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

References

projects/compiler-rt/lib/asan/asan_interceptors.cpp
  395         CHECK_RANGES_OVERLAP("strcat", to, from_length + to_length + 1, from,
  414       CHECK_RANGES_OVERLAP("strncat", to, to_length + copy_length + 1,
  436     CHECK_RANGES_OVERLAP("strcpy", to, from_size, from, from_size);
  481     CHECK_RANGES_OVERLAP("strncpy", to, from_size, from, from_size);