Searched refs:warn_for_access (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-warn-access.cc | 921 warn_for_access (location_t loc, tree func, GimpleOrTree exp, int opt, in warn_for_access() function 1178 warn_for_access (location_t loc, tree func, gimple *stmt, int opt, in warn_for_access() function 1181 return warn_for_access<gimple *>(loc, func, stmt, opt, range, size, in warn_for_access() 1186 warn_for_access (location_t loc, tree func, tree expr, int opt, in warn_for_access() function 1189 return warn_for_access<tree>(loc, func, expr, opt, range, size, in warn_for_access() 1416 warned = warn_for_access (loc, func, exp, in check_access() 1508 if (warn_for_access (loc, func, exp, opt, range, slen, false, read, in check_access()
|
H A D | ChangeLog-2021 | 17482 (warn_for_access): Same. 18574 (warn_for_access): Same. 20882 (warn_for_access): Same. 22013 (warn_for_access): Same. 31652 * builtins.c (warn_for_access): Remove stray warning text. 31846 * builtins.c (warn_for_access): Fix typos.
|
H A D | ChangeLog-2020 | 2891 (warn_for_access): Same. 12756 * builtins.c (warn_for_access): Add argument. Distinguish between 14161 (warn_for_access): Remove argument. Handle -Wstrintop-overread. 20455 * builtins.c (warn_for_access)): New function.
|