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

References

projects/compiler-rt/lib/asan/asan_interceptors.cpp
  404   ASAN_INTERCEPTOR_ENTER(ctx, strncat);
  409     ASAN_READ_RANGE(ctx, from, copy_length);
  411     ASAN_READ_STRING_OF_LEN(ctx, to, to_length, to_length);
  412     ASAN_WRITE_RANGE(ctx, to + to_length, from_length + 1);