Searched refs:check_array_ref (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-array-bounds.h | 35 bool check_array_ref (location_t, tree, gimple *, bool ignore_off_by_one);
|
H A D | gimple-array-bounds.cc | 182 array_bounds_checker::check_array_ref (location_t location, tree ref, in check_array_ref() function in array_bounds_checker 568 warned = check_array_ref (location, t, stmt, ignore_off_by_one); in check_addr_expr() 724 warned = checker->check_array_ref (location, t, wi->stmt, in check_array_bounds()
|
H A D | ChangeLog-2019 | 1655 * tree-vrp.c (vrp_prop::check_array_ref): Avoid using a variable 5819 * tree-vrp.c (vrp_prop::check_array_ref): If TRUNC_DIV_EXPR folds 6943 * tree-vrp.c (vrp_prop::check_array_ref): Handle VLAs with constant 6962 * tree-vrp.c (vrp_prop::check_array_ref): Correct index and text 7170 * tree-vrp.c (vrp_prop::check_array_ref): Avoid assuming struct 7452 * tree-vrp.c (vrp_prop::check_array_ref): Handle trailing arrays 16012 * tree-vrp.c (vrp_prop::check_array_ref): Return warning result.
|
H A D | ChangeLog.tuples | 2371 (check_array_ref): Tuplify.
|
H A D | ChangeLog-2017 | 623 * tree-vrp.c (vrp_prop::check_array_ref): Likewise. 1219 * tree-vrp.c (vrp_prop::check_array_ref): Likewise. 5628 * tree-vrp.c (vrp_prop::check_array_ref): If eltsize is not 6397 * tree-vrp.c (check_array_ref): Handle flexible array members, 7508 (check_array_ref): Make a member function within vrp_prop class.
|
H A D | ChangeLog-2020 | 9636 * gimple-array-bounds.cc (array_bounds_checker::check_array_ref): Use 12748 (array_bounds_checker::check_array_ref): Call them. Handle arrays 22075 check_array_ref, check_mem_ref, and search_for_addr_array
|
H A D | ChangeLog-2018 | 8098 (vrp_prop::check_array_ref): Same. 11576 (vrp_prop::check_array_ref): Convert local "vr" from 13229 * tree-vrp.c (vrp_prop::check_array_ref): Print an inform message.
|
H A D | ChangeLog-2013 | 20798 * tree-vrp.c (check_array_ref): Bail out on zero-length arrays. 21051 * tree-vrp.c (check_array_ref): Bail out on zero-length arrays. 38185 (check_array_ref): Fix missing newline in dumps.
|
H A D | ChangeLog-2008 | 20776 * tree-vrp.c (check_array_ref): Revert to ignoring arrays with size 2. 20832 * tree-vrp.c (check_array_ref): Corrected code to agree with
|
H A D | ChangeLog-2021 | 18908 (array_bounds_checker::check_array_ref): Same. 22025 * gimple-array-bounds.cc (array_bounds_checker::check_array_ref): Same.
|
H A D | ChangeLog-2009 | 19482 * tree-vrp.c (check_array_ref): Use warning_at. 27391 * tree-vrp.c (check_array_ref): Pass a location_t instead of a
|
H A D | ChangeLog-2007 | 1507 * tree-vrp.c (check_array_ref): Move check for valid location.. 32301 (check_array_refs, check_array_bounds, check_array_ref): New.
|
H A D | ChangeLog-2010 | 23670 * tree-vrp.c (check_array_ref): Handle MEM_REF. 35723 * tree-vrp.c (check_array_ref): Fix flexible array member detection.
|
H A D | ChangeLog-2015 | 36200 * tree-vrp.c (check_array_ref): Fix anti-range handling, 43746 * tree-vrp.c (check_array_ref): Emit more warnings
|
H A D | ChangeLog-2012 | 753 (check_array_ref): Dump what expression we emit array bound
|
H A D | ChangeLog-2016 | 31302 * tree-vrp.c (check_array_ref): Use array_at_struct_end_p.
|
H A D | ChangeLog-2011 | 26933 (check_array_ref): Likewise.
|
H A D | ChangeLog-2014 | 40419 (check_array_ref): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-vrp.c | 3453 bool check_array_ref (location_t, tree, bool); 3484 vrp_prop::check_array_ref (location_t location, tree ref, in check_array_ref() function 3954 warned = check_array_ref (location, t, true /*ignore_off_by_one*/); in search_for_addr_array() 4054 warned = vrp_prop->check_array_ref (location, t, false/*ignore_off_by_one*/); in check_array_bounds()
|