Home
last modified time | relevance | path

Searched refs:node_has_low_bound (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c125 static int node_has_low_bound (case_node_ptr, tree);
2706 node_has_low_bound (case_node_ptr node, tree index_type) in node_has_low_bound() function
2799 return (node_has_low_bound (node, index_type) in node_is_bounded()
2966 if (!node_has_low_bound (node, index_type)) in emit_case_nodes()
3094 if (!node_has_low_bound (node, index_type)) in emit_case_nodes()
3152 int low_bound = node_has_low_bound (node, index_type); in emit_case_nodes()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-switch-conversion.c1694 static bool node_has_low_bound (case_node_ptr, tree);
2498 if (!node_has_low_bound (node, index_type)) in emit_case_nodes()
2637 if (!node_has_low_bound (node, index_type)) in emit_case_nodes()
2695 bool low_bound = node_has_low_bound (node, index_type); in emit_case_nodes()
2748 node_has_low_bound (case_node_ptr node, tree index_type) in node_has_low_bound() function
2839 return (node_has_low_bound (node, index_type) in node_is_bounded()