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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
  961   COMMON_INTERCEPTOR_ENTER(ctx, frexpl, x, exp);
  965   long double res = REAL(frexpl)(x, exp);
  966   COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));
  966   COMMON_INTERCEPTOR_WRITE_RANGE(ctx, exp, sizeof(*exp));