Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-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()
H A Dtree-eh.c1914 return !in_array_bounds_p (expr); in tree_could_trap_p()
H A Dtree.h3693 extern bool in_array_bounds_p (tree);
H A Dtree.c7033 in_array_bounds_p (tree ref) in in_array_bounds_p() function
H A DChangeLog-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
H A DChangeLog-200424182 * tree.c (in_array_bounds_p): New function.
24184 (in_array_bounds_p, array_ref_up_bound): Declare.