Home
last modified time | relevance | path

Searched refs:node_has_high_bound (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dstmt.c121 static int node_has_high_bound (case_node_ptr, tree);
2871 node_has_high_bound (case_node_ptr node, tree index_type) in node_has_high_bound() function
2919 && node_has_high_bound (node, index_type)); in node_is_bounded()
3113 if (!node_has_high_bound (node, index_type)) in emit_case_nodes()
3236 if (!node_has_high_bound (node, index_type)) in emit_case_nodes()
3265 int high_bound = node_has_high_bound (node, index_type); in emit_case_nodes()
H A DChangeLog-1997359 * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
H A DChangeLog-200516587 (node_has_high_bound): Likewise.
H A DChangeLog-200421687 node_has_low_bound, node_has_high_bound, emit_case_nodes): Likewise.