Searched refs:check_array_bounds (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-array-bounds.h | 34 static tree check_array_bounds (tree *tp, int *walk_subtree, void *data);
|
H A D | gimple-array-bounds.cc | 704 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 D | ChangeLog-2021 | 8506 (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 D | ChangeLog.tuples | 2373 (check_array_bounds): Tuplify.
|
H A D | ChangeLog-2007 | 1508 (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 D | ChangeLog-2009 | 19483 (check_array_bounds): Use location from call back if expr has no 27394 (check_array_bounds): Likewise.
|
H A D | ChangeLog-2017 | 7512 (check_array_bounds): Extract vrp_prop class instance pointer from 9830 (check_array_bounds): Corresponding changes. Get the statement's
|
H A D | ChangeLog-2018 | 15936 (check_array_bounds): Call it.
|
H A D | ChangeLog-2019 | 16015 (check_array_bounds): Same.
|
H A D | ChangeLog-2010 | 23672 (check_array_bounds): Likewise.
|
H A D | ChangeLog-2015 | 36203 (check_array_bounds): Handle ADDR_EXPRs here.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vrp.c | 4038 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()
|