Searched refs:tcontext (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | pred.c | 424 pred->tcontext = t; 683 a->tcontext = tlink(a->tcontext, u, k2); 690 preorder(a->tcontext); 748 Tfree(p->tcontext); 789 q->tcontext=tdup(p->tcontext);
|
D | mrhoist.c | 415 p->tcontext != NULL)) { 424 if (p->tcontext == NULL) { 427 MR_dumpTreeX(depth+2,p->tcontext,0); 783 result=tdup(p->tcontext); 882 t=p->tcontext; 886 p->tcontext=t; 1071 MR_complete_tree(predDepth,&(pred->tcontext),&(pred->completionTree)); 1169 require ( (p->tcontext == NULL) == (q->tcontext == NULL), 1174 return MR_tree_equ(p->tcontext,q->tcontext); 1736 (p->tcontext != NULL)) { [all …]
|
D | fset2.c | 925 if (MR_tree_matches_constraints(k,constrain,pred->tcontext)) { 978 if (! MR_tree_matches_constraints(pred->k,constrain,pred->tcontext)) { 992 if (pred->tcontext != NULL) { 993 tAND=MR_computeTreeAND(t,pred->tcontext); 1441 preorder(p->tcontext); 1496 if ( tmember_constrained(t, p->tcontext) ) return 1; 1636 pred->tcontext = t; 1691 Tfree(pred->tcontext); 1692 pred->tcontext = t;
|
D | syn.h | 104 Tree *tcontext; /* used if lookahead depth of > one is needed (tree) */ member
|
D | dumpnode.c | 100 preorder(p->tcontext);
|
D | antlr.c | 2660 /* MR13 */ if (pred->tcontext != NULL) { 2661 … /* MR13 */ height=MR_max_height_of_tree(pred->tcontext); 2662 … /* MR13 */ equal_height=MR_all_leaves_same_height(pred->tcontext,height);
|
D | gen.c | 561 if ( p->tcontext!=NULL ) 564 genExprTree(p->tcontext, 1); 827 genExprTree(p->source->ampersandPred->tcontext,1);
|
D | antlr.g | 1927 /* MR13 */ if (pred->tcontext != NULL) { 1928 /* MR13 */ height=MR_max_height_of_tree(pred->tcontext); 1929 /* MR13 */ equal_height=MR_all_leaves_same_height(pred->tcontext,height);
|
D | fset.c | 530 !is_single_tuple(predicate->tcontext)) ||
|