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

References

tools/clang/lib/Sema/SemaChecking.cpp
13288       if (!ptrarith_typesize) ptrarith_typesize = 1;
13288       if (!ptrarith_typesize) ptrarith_typesize = 1;
13289       if (ptrarith_typesize != array_typesize) {
13291         uint64_t ratio = array_typesize / ptrarith_typesize;
13294         if (ptrarith_typesize * ratio == array_typesize)