Searched refs:ActionNode (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | syn.h | 64 class ActionNode; variable 115 ActionNode *source; /* where did this predicate come from? */ 206 class ActionNode : public Node { 237 } ActionNode;
|
D | proto.h | 325 extern ActionNode * newActionNode( void ); 340 extern Tree * tAction( ActionNode *, int, set * ); 351 extern set rAction( ActionNode *, int, set * ); 355 extern void genAction( ActionNode * ); 370 extern void dumpActionPlus(ActionNode*, char *, FILE *, int, int, int, int ); /* MR21 */ 422 extern void pAction( ActionNode * ); 431 extern int predicateLookaheadDepth(ActionNode *); /* MR10 */ 541 extern void MR_guardPred_plainSet(ActionNode *anode,Predicate *); /* MR12c */ 606 extern ActionNode * newActionNode();
|
D | build.c | 97 ActionNode *a; 743 ActionNode * 750 static ActionNode *FreeList = NULL; in newActionNode() 751 ActionNode *p, *newblk; in newActionNode() 755 newblk = (ActionNode *)calloc(ActionBlockAllocSize, sizeof(ActionNode)); in newActionNode() 765 FreeList = (ActionNode *)FreeList->next;/* remove an Action node */ in newActionNode() 766 memset( (char *) p, 0, sizeof(ActionNode)); /* MR10 */ in newActionNode()
|
D | dumpnode.c | 166 ActionNode *a; 236 a =(ActionNode *) p; 309 result=( (ActionNode *)p )->next;
|
D | pred.c | 61 predicateLookaheadDepth(ActionNode *a) in predicateLookaheadDepth() 64 ActionNode *a; in predicateLookaheadDepth() 380 ActionNode *p = (ActionNode *) alt;
|
D | gen.c | 125 static ActionNode *findImmedAction( Node * ); 139 static ActionNode *findImmedAction(); 516 ActionNode *a; 755 dumpPredAction(ActionNode *anode, in dumpPredAction() 761 ActionNode *anode; in dumpPredAction() 832 dumpPredAction((ActionNode *)p->source, 1723 else q = (Junction *) ((ActionNode *)q)->next; 1802 else q = (Junction *) ((ActionNode *)q)->next; 1923 genAction( ActionNode *p ) in genAction() 1926 ActionNode *p; in genAction() [all …]
|
D | misc.c | 388 RemapForcedTokensInSyntaxDiagram( ((ActionNode *)p)->next ); 1021 p=(Junction *)((ActionNode *)p)->next; 1205 pAction( ActionNode *p ) in pAction() 1208 ActionNode *p; in pAction() 1329 FoLink( ((ActionNode *)p)->next );
|
D | fset2.c | 877 tAction( ActionNode *p, int k, set *rk ) in tAction() 880 ActionNode *p; in tAction() 1564 contextGuardOK( ( (ActionNode *) p)->next,h,hmax); 1671 ActionNode * actionNode; 2065 ActionNode *a; 2083 a=(ActionNode *)n;
|
D | fset.c | 432 rAction( ActionNode *p, int k, set *rk ) in rAction() 435 ActionNode *p; in rAction() 1418 p=(Junction *)((ActionNode *)p)->next;
|
D | antlr.c | 1688 ActionNode *actionNode=(ActionNode *) 1976 ActionNode *act; 2414 act = (ActionNode *) ((Junction *)zzaArg(zztasp1,0 ).left)->p1; 2616 act = (ActionNode *) ((Junction *)zzaRet.left)->p1;
|
D | main.c | 648 report_numericPredLabels(ActionNode *a) in report_numericPredLabels() 651 ActionNode *a; in report_numericPredLabels()
|
D | antlr.g | 1478 ActionNode *actionNode=(ActionNode *) 1648 ActionNode *act; 1819 <<act = (ActionNode *) ((Junction *)$0.left)->p1;>> 1894 <<act = (ActionNode *) ((Junction *)$$.left)->p1;>>
|
D | mrhoist.c | 527 case nAction: return ((ActionNode *)n)->next; 2597 void MR_guardPred_plainSet(ActionNode *anode,Predicate *pred) 2600 ActionNode *anode;
|