Searched refs:_tree (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dglobals.c191 * We use 'struct _tree' not 'tree' due to a g++ 2.4.3 bug.
194 struct _tree *(*fpTraverse[NumNodeTypes+1])(... /* Node *, int, set * */) = {
196 (struct _tree *(*)(...)) tJunc,
197 (struct _tree *(*)(...)) tRuleRef,
198 (struct _tree *(*)(...)) tToken,
199 (struct _tree *(*)(...)) tAction
H A Dsyn.h69 typedef struct _tree { struct
70 struct _tree *down, *right;
74 struct _tree *tref; /* if token==TREE_REF */
H A Dproto.h48 extern struct _tree *(*fpTraverse[])(...);
50 extern struct _tree *(*fpTraverse[])();

Completed in 71 milliseconds