Searched refs:dstwr (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-warn-restrict.c | 1953 tree dstwr = bnd_idx < nargs ? gimple_call_arg (call, bnd_idx) : NULL_TREE; in check_call() local 1957 if (!dstwr && strfun) in check_call() 1958 dstwr = size_one_node; in check_call() 1970 || (dstwr && !INTEGRAL_TYPE_P (TREE_TYPE (dstwr)))) in check_call() 1973 if (!check_bounds_or_overlap (call, dst, src, dstwr, NULL_TREE)) in check_call()
|
H A D | gimple-ssa-warn-restrict.cc | 1966 tree dstwr = bnd_idx < nargs ? gimple_call_arg (call, bnd_idx) : NULL_TREE; in check_call() local 1970 if (!dstwr && strfun) in check_call() 1971 dstwr = size_one_node; in check_call() 1983 || (dstwr && !INTEGRAL_TYPE_P (TREE_TYPE (dstwr)))) in check_call() 1986 opt_code opt = check_bounds_or_overlap (m_ptr_qry, call, dst, src, dstwr, in check_call()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-warn-restrict.c | 1953 tree dstwr = bnd_idx < nargs ? gimple_call_arg (call, bnd_idx) : NULL_TREE; in check_call() local 1957 if (!dstwr && strfun) in check_call() 1958 dstwr = size_one_node; in check_call() 1970 || (dstwr && !INTEGRAL_TYPE_P (TREE_TYPE (dstwr)))) in check_call() 1973 if (!check_bounds_or_overlap (call, dst, src, dstwr, NULL_TREE)) in check_call()
|