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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
generic.h 84 int lexclass; /* which lex class is it in? */ member in struct:_e
91 int lexclass; /* which lex class is it in? */ member in struct:_TCnode
antlr.g 95 #lexclass STRINGS
106 #lexclass ACTION_STRINGS
117 #lexclass ACTION_CHARS
127 #lexclass ACTION_COMMENTS
133 #lexclass TOK_DEF_COMMENTS
140 #lexclass TOK_DEF_CPP_COMMENTS
144 #lexclass ACTION_CPP_COMMENTS
148 #lexclass CPP_COMMENTS
152 #lexclass COMMENTS
218 #lexclass ACTIONS
    [all...]
proto.h 400 extern void lexclass( char * );
681 extern void lexclass();
    [all...]
bits.c 254 lexmode(p->lexclass); /* switch to lexclass where errclass is defined */
359 lexmode(p->lexclass); /* switch to lexclass where tokclass is defined */
1020 lexmode(p->lexclass); /* switch to lexclass where tokclass is defined */
misc.c 20 * void lexclass(char *m); switch to new/old lexical class
141 lexclass( char *m ) function
143 lexclass( m )
153 warn(eMsg1("lexclass name conflicts with token/errclass label '%s'",m));
165 "lexclass: cannot allocate ExprStr");
    [all...]
antlr.c 1178 lexclass(mystrdup(LATEXT(1)));
1229 e->lexclass = CurrentLexClass;
    [all...]
main.c 739 lexclass(LexStartSymbol);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
dlg_p.g 408 #lexclass ACT
435 #lexclass ACTION_COMMENTS /* MR1 */
442 #lexclass ACTION_CPP_COMMENTS /* MR1 */
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrCompile.g 663 #lexclass QUOTED_STRING
671 #lexclass PRAGMA_PACK
679 // Define a lexclass for skipping over C++ style comments
681 #lexclass CPP_COMMENT
686 // Standard lexclass is START
688 #lexclass START
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrSyntax.g 72 #lexclass QUOTED_STRING
76 // Define a lexclass for skipping over C++ style comments
78 #lexclass CPP_COMMENT
83 // Standard lexclass is START
85 #lexclass START
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g 69 #lexclass QUOTED_STRING
73 // Define a lexclass for skipping over C++ style comments
75 #lexclass CPP_COMMENT
80 // Standard lexclass is START
82 #lexclass START
    [all...]

Completed in 403 milliseconds