Searched refs:dstwr (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c1953 tree dstwr = bnd_idx < nargs ? gimple_call_arg (call, bnd_idx) : NULL_TREE; local
1957 if (!dstwr && strfun)
1958 dstwr = size_one_node;
1970 || (dstwr && !INTEGRAL_TYPE_P (TREE_TYPE (dstwr))))
1973 if (!check_bounds_or_overlap (call, dst, src, dstwr, NULL_TREE))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc1966 tree dstwr = bnd_idx < nargs ? gimple_call_arg (call, bnd_idx) : NULL_TREE;
1970 if (!dstwr && strfun)
1971 dstwr = size_one_node;
1983 || (dstwr && !INTEGRAL_TYPE_P (TREE_TYPE (dstwr))))
1986 opt_code opt = check_bounds_or_overlap (m_ptr_qry, call, dst, src, dstwr,

Completed in 129 milliseconds