Home
last modified time | relevance | path

Searched defs:case_node (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-switch-conversion.c1674 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
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dstmt.c88 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