reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1530 if (copy_size < n) copy_size++; // trailing \0 1530 if (copy_size < n) copy_size++; // trailing \0 1532 CopyShadowAndOrigin(dest, src, copy_size * sizeof(wchar_t), &stack); 1533 __msan_unpoison(dest + copy_size, (n - copy_size) * sizeof(wchar_t)); 1533 __msan_unpoison(dest + copy_size, (n - copy_size) * sizeof(wchar_t));