Searched refs:node_has_low_bound (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/gcc/gcc/ |
H A D | stmt.c | 120 static int node_has_low_bound (case_node_ptr, tree); 2814 node_has_low_bound (case_node_ptr node, tree index_type) in node_has_low_bound() function 2907 return (node_has_low_bound (node, index_type) in node_is_bounded() 3071 if (!node_has_low_bound (node, index_type)) in emit_case_nodes() 3197 if (!node_has_low_bound (node, index_type)) in emit_case_nodes() 3255 int low_bound = node_has_low_bound (node, index_type); in emit_case_nodes()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stmt.c | 425 static int node_has_low_bound PARAMS ((case_node_ptr, tree)); 5869 node_has_low_bound (node, index_type) in node_has_low_bound() function 5966 return (node_has_low_bound (node, index_type) 6110 if (!node_has_low_bound (node, index_type)) 6243 if (!node_has_low_bound (node, index_type)) 6305 int low_bound = node_has_low_bound (node, index_type);
|