Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dstmt.c120 static int node_has_low_bound (case_node_ptr, tree);
2825 node_has_low_bound (case_node_ptr node, tree index_type) in node_has_low_bound() function
2918 return (node_has_low_bound (node, index_type) in node_is_bounded()
3082 if (!node_has_low_bound (node, index_type)) in emit_case_nodes()
3208 if (!node_has_low_bound (node, index_type)) in emit_case_nodes()
3266 int low_bound = node_has_low_bound (node, index_type); in emit_case_nodes()
H A DChangeLog-200516586 (node_has_low_bound): Likewise, and correct type mismatch.
H A DChangeLog-200421687 node_has_low_bound, node_has_high_bound, emit_case_nodes): Likewise.