Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Det-forest.h59 struct et_node struct
65 struct et_node *father; /* Father of the node. */ argument
66 struct et_node *son; /* The first of the sons of the node. */ argument
67 struct et_node *left; argument
68 struct et_node *right; /* The brothers of the node. */ argument
74 struct et_node *et_new_tree (void *data); argument