20#ifndef GCC_GIMPLE_ARRAY_BOUNDS_H
21#define GCC_GIMPLE_ARRAY_BOUNDS_H
Definition gimple-array-bounds.h:26
pointer_query m_ptr_qry
Definition gimple-array-bounds.h:44
gimple * m_stmt
Definition gimple-array-bounds.h:46
bool check_array_ref(location_t, tree, gimple *, bool ignore_off_by_one)
Definition gimple-array-bounds.cc:341
void get_value_range(irange &r, const_tree op, gimple *)
Definition gimple-array-bounds.cc:52
bool check_mem_ref(location_t, tree, bool ignore_off_by_one)
Definition gimple-array-bounds.cc:480
void check_addr_expr(location_t, tree, gimple *)
Definition gimple-array-bounds.cc:642
struct function * fun
Definition gimple-array-bounds.h:41
array_bounds_checker(struct function *)
Definition gimple-array-bounds.cc:45
static tree check_array_bounds(tree *tp, int *walk_subtree, void *data)
Definition gimple-array-bounds.cc:791
void check()
Definition gimple-array-bounds.cc:884
Definition gimple-array-bounds.cc:840
Definition genoutput.cc:150
Definition value-range.h:273
Definition pointer-query.h:162
const union tree_node * const_tree
Definition coretypes.h:98
union tree_node * tree
Definition coretypes.h:97
poly_int< N, C > r
Definition poly-int.h:774
Definition function.h:249