HomeSort by relevance Sort by last modified time
    Searched refs:ActionNode (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
syn.h 64 class ActionNode;
115 ActionNode *source; /* where did this predicate come from? */
206 class ActionNode : public Node {
237 } ActionNode;
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();
    [all...]
build.c 97 ActionNode *a;
743 ActionNode *
750 static ActionNode *FreeList = NULL;
751 ActionNode *p, *newblk;
755 newblk = (ActionNode *)calloc(ActionBlockAllocSize, sizeof(ActionNode));
765 FreeList = (ActionNode *)FreeList->next;/* remove an Action node */
766 memset( (char *) p, 0, sizeof(ActionNode)); /* MR10 */
dumpnode.c 166 ActionNode *a;
236 a =(ActionNode *) p;
309 result=( (ActionNode *)p )->next;
313 fprintf(stderr,"No next field: Neither a RuleRefNode, ActionNode, nor TokNode");
pred.c 61 predicateLookaheadDepth(ActionNode *a)
64 ActionNode *a;
380 ActionNode *p = (ActionNode *) alt;
misc.c 388 RemapForcedTokensInSyntaxDiagram( ((ActionNode *)p)->next );
1021 p=(Junction *)((ActionNode *)p)->next;
    [all...]
gen.c 125 static ActionNode *findImmedAction( Node * );
139 static ActionNode *findImmedAction();
516 ActionNode *a;
755 dumpPredAction(ActionNode *anode,
761 ActionNode *anode;
832 dumpPredAction((ActionNode *)p->source,
    [all...]
antlr.g     [all...]
fset2.c 877 tAction( ActionNode *p, int k, set *rk )
880 ActionNode *p;
    [all...]
antlr.c     [all...]
fset.c 432 rAction( ActionNode *p, int k, set *rk )
435 ActionNode *p;
    [all...]
main.c 648 report_numericPredLabels(ActionNode *a)
651 ActionNode *a;
    [all...]
mrhoist.c 527 case nAction: return ((ActionNode *)n)->next;
    [all...]
  /external/v8/src/regexp/
jsregexp.h 610 class ActionNode: public SeqRegExpNode {
621 static ActionNode* SetRegister(int reg, int val, RegExpNode* on_success);
622 static ActionNode* IncrementRegister(int reg, RegExpNode* on_success);
623 static ActionNode* StorePosition(int reg,
626 static ActionNode* ClearCaptures(Interval range, RegExpNode* on_success);
627 static ActionNode* BeginSubmatch(int stack_pointer_reg,
630 static ActionNode* PositiveSubmatchSuccess(int stack_pointer_reg,
635 static ActionNode* EmptyMatchCheck(int start_register,
684 ActionNode(ActionType action_type, RegExpNode* on_success)
    [all...]
jsregexp.cc     [all...]

Completed in 653 milliseconds