Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/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