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

References

projects/compiler-rt/lib/asan/asan_interceptors.cpp
  383     ASAN_INTERCEPTOR_ENTER(ctx, strcat);
  404   ASAN_INTERCEPTOR_ENTER(ctx, strncat);
  423   ASAN_INTERCEPTOR_ENTER(ctx, strcpy);
  445   ASAN_INTERCEPTOR_ENTER(ctx, strdup);
  461   ASAN_INTERCEPTOR_ENTER(ctx, strdup);
  477   ASAN_INTERCEPTOR_ENTER(ctx, strncpy);
  490   ASAN_INTERCEPTOR_ENTER(ctx, strtol);
  503   ASAN_INTERCEPTOR_ENTER(ctx, atoi);
  524   ASAN_INTERCEPTOR_ENTER(ctx, atol);
  542   ASAN_INTERCEPTOR_ENTER(ctx, strtoll);
  555   ASAN_INTERCEPTOR_ENTER(ctx, atoll);