Home
last modified time | relevance | path

Searched refs:check_array_bounds (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-array-bounds.h34 static tree check_array_bounds (tree *tp, int *walk_subtree, void *data);
H A Dgimple-array-bounds.cc704 array_bounds_checker::check_array_bounds (tree *tp, int *walk_subtree, in check_array_bounds() function in array_bounds_checker
790 walk_gimple_op (stmt, array_bounds_checker::check_array_bounds, &wi); in before_dom_children()
H A DChangeLog-20218506 (array_bounds_checker::check_array_bounds): Add an assert. Stash
18910 (array_bounds_checker::check_array_bounds): Pass statement to
18911 check_array_bounds and check_addr_expr.
18912 * gimple-array-bounds.h (check_array_bounds): Add gimple argument.
22028 (array_bounds_checker::check_array_bounds): Same.
31375 (array_bounds_checker::check_array_bounds): Call it.
H A DChangeLog.tuples2373 (check_array_bounds): Tuplify.
H A DChangeLog-20071508 (check_array_bounds) here. Use EXPR_HAS_LOCATION().
22969 (check_array_bounds): Suppress warning about
31562 * tree-vrp.c (check_array_bounds): do not warn
32301 (check_array_refs, check_array_bounds, check_array_ref): New.
H A DChangeLog-200919483 (check_array_bounds): Use location from call back if expr has no
27394 (check_array_bounds): Likewise.
H A DChangeLog-20177512 (check_array_bounds): Extract vrp_prop class instance pointer from
9830 (check_array_bounds): Corresponding changes. Get the statement's
H A DChangeLog-201815936 (check_array_bounds): Call it.
H A DChangeLog-201916015 (check_array_bounds): Same.
H A DChangeLog-201023672 (check_array_bounds): Likewise.
H A DChangeLog-201536203 (check_array_bounds): Handle ADDR_EXPRs here.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vrp.c4038 check_array_bounds (tree *tp, int *walk_subtree, void *data) in check_array_bounds() function
4112 walk_gimple_op (stmt, check_array_bounds, &wi); in before_dom_children()