Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Det-forest.h56 struct et_node struct
62 struct et_node *father; /* Father of the node. */ argument
63 struct et_node *son; /* The first of the sons of the node. */ argument
64 struct et_node *left; argument
65 struct et_node *right; /* The brothers of the node. */ argument
71 struct et_node *et_new_tree (void *data); argument
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Det-forest.h57 struct et_node struct
63 struct et_node *father; /* Father of the node. */ argument
64 struct et_node *son; /* The first of the sons of the node. */ argument
65 struct et_node *left; argument
66 struct et_node *right; /* The brothers of the node. */ argument
72 struct et_node *et_new_tree (void *data); argument