Home
last modified time | relevance | path

Searched refs:srcref (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c182 builtin_memref* const srcref; variable
667 : dstref (&dst), srcref (&src), sizrange (), ovloff (), ovlsiz (), in builtin_access()
745 srcref->strbounded_p = true; in builtin_access()
815 && srcref->sizrange[0] == 0 && srcref->sizrange[1] == maxobjsize) in builtin_access()
832 dstref->sizrange[0] = srcref->sizrange[0]; in builtin_access()
833 dstref->sizrange[1] = srcref->sizrange[1]; in builtin_access()
836 else if (srcref->sizrange[0] == 0 && srcref->sizrange[1] == maxobjsize) in builtin_access()
840 srcref->sizrange[0] = dstref->sizrange[0]; in builtin_access()
841 srcref->sizrange[1] = dstref->sizrange[1]; in builtin_access()
849 srcref->sizrange[0] = bounds[1] > 0 ? 1 : 0; in builtin_access()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc187 builtin_memref* const srcref; member in __anon10823bf20111::builtin_access
688 : dstref (&dst), srcref (&src), sizrange (), ovloff (), ovlsiz (), in builtin_access()
766 srcref->strbounded_p = true; in builtin_access()
825 && srcref->sizrange[0] == 0 && srcref->sizrange[1] == maxobjsize) in builtin_access()
842 dstref->sizrange[0] = srcref->sizrange[0]; in builtin_access()
843 dstref->sizrange[1] = srcref->sizrange[1]; in builtin_access()
846 else if (srcref->sizrange[0] == 0 && srcref->sizrange[1] == maxobjsize) in builtin_access()
850 srcref->sizrange[0] = dstref->sizrange[0]; in builtin_access()
851 srcref->sizrange[1] = dstref->sizrange[1]; in builtin_access()
859 srcref->sizrange[0] = bounds[1] > 0 ? 1 : 0; in builtin_access()
[all …]