Searched refs:Tree (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dproto.h278 extern Tree *tmake(Tree *root, ...);
280 extern Tree *tmake();
327 extern void preorder( Tree * );
328 extern Tree * tnode( int );
329 extern void _Tfree( Tree * );
330 extern Tree * tdup( Tree * );
331 extern int is_single_tuple( Tree * );
332 extern Tree * tappen
[all...]
H A Dfset2.c58 static Tree *FreeList = NULL;
61 static int tmember_of_context(Tree *, Predicate *);
77 preorder( Tree *tree )
80 Tree *tree;
94 int MR_tree_matches_constraints(int k,set * constrain,Tree *t)
99 Tree * t;
103 Tree *u;
145 Tree *
147 prune( Tree *t, int k )
150 Tree *
[all...]
H A Dmrhoist.c266 void MR_dumpTreeF(FILE *f,int depth,Tree *tree,int across)
270 Tree *tree;
308 void MR_dumpTreeX(int depth,Tree *tree,int across)
311 Tree *tree;
405 fprintf(output," Incomplete Tree at k=%d !",k);
454 Tree * MR_make_tree_from_set(set s)
456 Tree * MR_make_tree_from_set(s)
460 Tree *t=NULL;
461 Tree *node;
462 Tree **t
[all...]
H A Dsyn.h81 } Tree; typedef in typeref:struct:_tree
104 Tree *tcontext; /* used if lookahead depth of > one is needed (tree) */
364 Tree *ftree; /* used for code generation */
H A Ddumpnode.c80 fprintf(stderr," Incomplete Tree=%d !",k);
146 void dt(Tree *t)
149 Tree *t;
H A Dglobals.c202 Tree *(*fpTraverse[NumNodeTypes+1])() = {
273 **Tcache; /* Tree cache; First/Follow for permute trees */
H A Dgen.c133 static void genExprTree( Tree *t, int k );
134 static void genExprTreeOriginal( Tree *t, int k ); /* MR10 */
629 Tree *t;
1015 Tree *groupTree;
1016 Tree *oneTree;
1193 genExprTreeOriginal( Tree *t, int k )
1196 Tree *t;
1255 static int MR_countLeaves(Tree *t)
1258 Tree *t;
1270 static void MR_genOneLine(Tree *tre
[all...]
H A Dfset.c47 (Junction *, Junction *, char *, Tree *);
580 ( Junction *alt1, Junction *alt2, char *sub, Tree *ambig )
586 Tree *ambig;
593 Tree *non_covered = NULL;
935 Tree *ambig=NULL, *t, *u;
1267 Tree *v;
H A Dpred.c385 Tree *t=NULL;
659 Tree *u;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp837 AVLROGCPHYSTREE Tree; member in struct:__anon16724
855 if (!RTAvlroGCPhysInsert(&s1.Tree, pNode))
860 if (RTAvlroGCPhysInsert(&s1.Tree, pNode))
865 if (RTAvlroGCPhysGet(&s1.Tree, pNode->Key) != pNode)
870 if (RTAvlroGCPhysGet(&s1.Tree, pNode->KeyLast) != NULL)
875 if (RTAvlroGCPhysRangeGet(&s1.Tree, pNode->Key) != pNode)
880 if (RTAvlroGCPhysRangeGet(&s1.Tree, pNode->Key + 1) != pNode)
885 if (RTAvlroGCPhysRangeGet(&s1.Tree, pNode->KeyLast) != pNode)
897 if (RTAvlroGCPhysGet(&s3.Tree, pNode->Key) != pNode)
902 if (RTAvlroGCPhysRangeGet(&s3.Tree, pNod
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 1646 milliseconds