Searched refs:node_has_high_bound (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | stmt.c | 121 static int node_has_high_bound (case_node_ptr, tree); 2860 node_has_high_bound (case_node_ptr node, tree index_type) in node_has_high_bound() function 2908 && node_has_high_bound (node, index_type)); in node_is_bounded() 3102 if (!node_has_high_bound (node, index_type)) in emit_case_nodes() 3225 if (!node_has_high_bound (node, index_type)) in emit_case_nodes() 3254 int high_bound = node_has_high_bound (node, index_type); in emit_case_nodes()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stmt.c | 426 static int node_has_high_bound PARAMS ((case_node_ptr, tree)); 5916 node_has_high_bound (node, index_type) in node_has_high_bound() function 5967 && node_has_high_bound (node, index_type)); 6143 if (!node_has_high_bound (node, index_type)) 6273 if (!node_has_high_bound (node, index_type)) 6304 int high_bound = node_has_high_bound (node, index_type);
|
H A D | ChangeLog.0 | 9397 * stmt.c (pushcase_range, all_cases_count, node_has_high_bound):
|