Home
last modified time | relevance | path

Searched refs:tcontext (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dpred.c424 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);
Dmrhoist.c415 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 …]
Dfset2.c925 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;
Dsyn.h104 Tree *tcontext; /* used if lookahead depth of > one is needed (tree) */ member
Ddumpnode.c100 preorder(p->tcontext);
Dantlr.c2660 /* 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);
Dgen.c561 if ( p->tcontext!=NULL )
564 genExprTree(p->tcontext, 1);
827 genExprTree(p->source->ampersandPred->tcontext,1);
Dantlr.g1927 /* 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);
Dfset.c530 !is_single_tuple(predicate->tcontext)) ||