Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDtree-sra.c603 if (in_array_bounds_p (expr)) in maybe_lookup_element_for_expr()
750 if (!in_array_bounds_p (inner)) in sra_walk_expr()
HDtree-eh.c1914 return !in_array_bounds_p (expr); in tree_could_trap_p()
HDtree.h3693 extern bool in_array_bounds_p (tree);
HDtree.c7033 in_array_bounds_p (tree ref) in in_array_bounds_p() function
HDChangeLog-20063799 (maybe_lookup_element_for_expr) <ARRAY_REF>: Use in_array_bounds_p
3802 (sra_walk_expr) <ARRAY_REF>: Use in_array_bounds_p instead of
HDChangeLog-200424182 * tree.c (in_array_bounds_p): New function.
24184 (in_array_bounds_p, array_ref_up_bound): Declare.