| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-ssa-warn-access.cc | 701 maybe_warn_for_bound (opt_code opt, location_t loc, GimpleOrTree exp, tree func, function 900 maybe_warn_for_bound (opt_code opt, location_t loc, gimple *stmt, tree func, function 904 return maybe_warn_for_bound<gimple *> (opt, loc, stmt, func, bndrng, size, 909 maybe_warn_for_bound (opt_code opt, location_t loc, tree expr, tree func, function 913 return maybe_warn_for_bound<tree> (opt, loc, expr, func, bndrng, size, pad); 1372 maybe_warn_for_bound (OPT_Wstringop_overflow_, loc, exp, func, range, 1463 maybe_warn_for_bound (OPT_Wstringop_overread, loc, exp, func, 1473 maybe_warn_for_bound (opt, loc, exp, func, range, size, pad); 2741 maybe_warn_for_bound (OPT_Wstringop_overread, loc, stmt, func,
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-ssa-warn-access.cc | 699 maybe_warn_for_bound (opt_code opt, location_t loc, GimpleOrTree exp, tree func, function 897 maybe_warn_for_bound (opt_code opt, location_t loc, gimple *stmt, tree func, function 901 return maybe_warn_for_bound<gimple *> (opt, loc, stmt, func, bndrng, size, 906 maybe_warn_for_bound (opt_code opt, location_t loc, tree expr, tree func, function 910 return maybe_warn_for_bound<tree> (opt, loc, expr, func, bndrng, size, pad); 1364 maybe_warn_for_bound (OPT_Wstringop_overflow_, loc, exp, func, range, 1453 maybe_warn_for_bound (OPT_Wstringop_overread, loc, exp, func, 1463 maybe_warn_for_bound (opt, loc, exp, func, range, size, pad); 2715 maybe_warn_for_bound (OPT_Wstringop_overread, loc, stmt, func,
|