Home
last modified time | relevance | path

Searched refs:array_bounds_checker (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-array-bounds.cc42 array_bounds_checker::array_bounds_checker (struct function *func, in array_bounds_checker() function in array_bounds_checker
53 array_bounds_checker::get_value_range (const_tree op, gimple *stmt) in get_value_range()
182 array_bounds_checker::check_array_ref (location_t location, tree ref, in check_array_ref()
393 array_bounds_checker::check_mem_ref (location_t location, tree ref, in check_mem_ref()
555 array_bounds_checker::check_addr_expr (location_t location, tree t, in check_addr_expr()
704 array_bounds_checker::check_array_bounds (tree *tp, int *walk_subtree, in check_array_bounds()
720 array_bounds_checker *checker = (array_bounds_checker *) wi->info; in check_array_bounds()
755 check_array_bounds_dom_walker (array_bounds_checker *checker) in check_array_bounds_dom_walker()
767 array_bounds_checker *checker;
790 walk_gimple_op (stmt, array_bounds_checker::check_array_bounds, &wi); in before_dom_children()
[all …]
H A Dgimple-array-bounds.h25 class array_bounds_checker
30 array_bounds_checker (struct function *, range_query *);
H A Dtree-vrp.cc4230 array_bounds_checker array_checker (fun, &vrp_vr_values); in execute_vrp()
4361 array_bounds_checker array_checker (fun, ranger); in execute_ranger_vrp()
H A DChangeLog5820 * gimple-array-bounds.cc (array_bounds_checker::check_mem_ref):
11267 * gimple-array-bounds.cc (array_bounds_checker::array_bounds_checker):
11269 (array_bounds_checker::get_value_range): Use new member.
11270 (array_bounds_checker::check_mem_ref): Same.
11271 * gimple-array-bounds.h (array_bounds_checker::array_bounds_checker):
11273 (array_bounds_checker::m_ptr_query): New member.
H A DChangeLog-20218503 * gimple-array-bounds.cc (array_bounds_checker::check_mem_ref): Pass
8506 (array_bounds_checker::check_array_bounds): Add an assert. Stash
8509 * gimple-array-bounds.h (array_bounds_checker::m_stmt): New member.
18544 * gimple-array-bounds.cc (array_bounds_checker::check_mem_ref): Remove
18906 * gimple-array-bounds.cc (array_bounds_checker::get_value_range):
18908 (array_bounds_checker::check_array_ref): Same.
18909 (array_bounds_checker::check_addr_expr): Same.
18910 (array_bounds_checker::check_array_bounds): Pass statement to
18945 * gimple-array-bounds.h (class array_bounds_checker): Change
20765 * gimple-array-bounds.cc (array_bounds_checker::check_mem_ref):
[all …]
H A DChangeLog-20209636 * gimple-array-bounds.cc (array_bounds_checker::check_array_ref): Use
12367 (array_bounds_checker::check_mem_ref): Call it.
12748 (array_bounds_checker::check_array_ref): Call them. Handle arrays
12750 (array_bounds_checker::check_mem_ref): Same. Handle references to
16787 * gimple-array-bounds.cc (array_bounds_checker::check_addr_expr):
22077 (class array_bounds_checker): ...here.
22079 array_bounds_checker.
22080 (check_all_array_refs): Move into array_bounds_checker and rename