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
 5117   COMMON_INTERCEPTOR_ENTER(ctx, iconv, cd, inbuf, inbytesleft, outbuf,
 5125   void *outbuf_orig = outbuf ? *outbuf : nullptr;
 5125   void *outbuf_orig = outbuf ? *outbuf : nullptr;
 5129   SIZE_T res = REAL(iconv)(cd, inbuf, inbytesleft, outbuf, outbytesleft);
 5130   if (outbuf && *outbuf > outbuf_orig) {
 5130   if (outbuf && *outbuf > outbuf_orig) {
 5131     SIZE_T sz = (char *)*outbuf - (char *)outbuf_orig;