Searched refs:node_has_high_bound (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | stmt.c | 121 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 D | ChangeLog-1997 | 359 * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
|
| H A D | ChangeLog-2005 | 16587 (node_has_high_bound): Likewise.
|
| H A D | ChangeLog-2004 | 21687 node_has_low_bound, node_has_high_bound, emit_case_nodes): Likewise.
|