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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c1677 maybe_diag_access_bounds (gimple *call, tree func, int strict, function
2014 if (maybe_diag_access_bounds (call, func, strict, dstref, wroff, do_warn)
2015 || maybe_diag_access_bounds (call, func, strict, srcref, 0, do_warn))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc1686 maybe_diag_access_bounds (gimple *call, tree func, int strict, function
2039 = maybe_diag_access_bounds (call, func, strict, dstref, wroff, do_warn);
2041 opt = maybe_diag_access_bounds (call, func, strict, srcref, 0, do_warn);

Completed in 203 milliseconds