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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
globals.c 198 (struct _tree *(*)(...)) tToken,
206 tToken,
proto.h 339 extern Tree * tToken( TokNode *, int, set * );
620 extern Tree * tToken();
    [all...]
fset2.c 54 static set *constrain; /* pts into fset. constrains tToken() to 'constrain' */
750 tToken( TokNode *p, int k, set *rk )
752 tToken( p, k, rk )
762 require(constrain>=fset&&constrain<=&(fset[CLL_k]),"tToken: constrain is not a valid set");
764 require(constrain>=fset&&constrain<=&(fset[LL_k]),"tToken: constrain is not a valid set");
770 fprintf(stderr, "tToken(%d): %s\n", k, TerminalString(p->token));
852 fprintf(stderr, "tToken(%d)->next:",k); preorder(t); fprintf(stderr, "\n");
959 "tToken: constrain is not a valid set");
962 "tToken: constrain is not a valid set");
    [all...]

Completed in 282 milliseconds