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
 3484   COMMON_INTERCEPTOR_ENTER(ctx, wcsrtombs, dest, src, len, ps);
 3485   if (src) COMMON_INTERCEPTOR_READ_RANGE(ctx, src, sizeof(*src));
 3485   if (src) COMMON_INTERCEPTOR_READ_RANGE(ctx, src, sizeof(*src));
 3485   if (src) COMMON_INTERCEPTOR_READ_RANGE(ctx, src, sizeof(*src));
 3490   SIZE_T res = REAL(wcsrtombs)(dest, src, len, ps);
 3491   if (res != (SIZE_T) - 1 && dest && src) {
 3492     SIZE_T write_cnt = res + !*src;