Searched refs:case_node (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | stmt.c | 88 struct case_node struct 90 struct case_node *left; /* Left son in binary tree */ argument 91 struct case_node *right; /* Right son in binary tree; also node chain */ argument 92 struct case_node *parent; /* Parent of node in binary tree */ argument 98 typedef struct case_node case_node; argument 99 typedef struct case_node *case_node_ptr; 129 static struct case_node *add_case_node (struct case_node *, tree, 1934 static struct case_node * 1935 add_case_node (struct case_node *head, tree type, tree low, tree high, in add_case_node() 1939 struct case_node *r; in add_case_node() [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-switch-conversion.c | 1674 struct case_node struct 1676 case_node *left; /* Left son in binary tree. */ argument 1677 case_node *right; /* Right son in binary tree; argument 1679 case_node *parent; /* Parent of node in binary tree. */ argument 1689 typedef case_node *case_node_ptr; argument 1751 static case_node * 1752 add_case_node (case_node *head, tree low, tree high, basic_block case_bb, in add_case_node() 1754 object_allocator<case_node> &case_node_pool) in add_case_node() 1756 case_node *r; in add_case_node() 1777 dump_case_nodes (FILE *f, case_node *root, int indent_step, int indent_level) in dump_case_nodes() [all …]
|