Searched refs:srcref (Results 1 – 1 of 1) sorted by relevance
178 builtin_memref* const srcref; variable559 : dstref (&dst), srcref (&src), sizrange (), ovloff (), ovlsiz (), in builtin_access()641 srcref->strbounded_p = true; in builtin_access()689 if (depends_p && dstref->base != srcref->base) in builtin_access()718 && srcref->sizrange[0] == 0 && srcref->sizrange[1] == maxobjsize) in builtin_access()734 dstref->sizrange[0] = srcref->sizrange[0]; in builtin_access()735 dstref->sizrange[1] = srcref->sizrange[1]; in builtin_access()737 else if (srcref->sizrange[0] == 0 && srcref->sizrange[1] == maxobjsize) in builtin_access()741 srcref->sizrange[0] = dstref->sizrange[0]; in builtin_access()742 srcref->sizrange[1] = dstref->sizrange[1]; in builtin_access()[all …]