Home
last modified time | relevance | path

Searched refs:QuotedTerm (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr.c112 zzmatch(QuotedTerm); in grammar()
134 zzmatch(QuotedTerm); in grammar()
609 if ( (LA(1)==QuotedTerm) ) { in rule()
610 zzmatch(QuotedTerm); in rule()
1216 if ( (LA(1)==QuotedTerm) ) { in error()
1217 zzmatch(QuotedTerm); in error()
1266 if ( (LA(1)==QuotedTerm) ) { in error()
1267 zzmatch(QuotedTerm); in error()
1302 if ( (LA(1)==QuotedTerm) ) { in error()
1303 zzmatch(QuotedTerm); in error()
[all …]
Dtokens.h13 #define QuotedTerm 2 macro
Dantlr.g96 #token QuotedTerm "\"" << zzmode(START); >>
647 | "{\\}#parser" QuotedTerm
664 | "{\\}#tokdefs" QuotedTerm
872 { QuotedTerm <<if ( q!=NULL ) q->egroup=mystrdup(LATEXT(1));>> }
1252 | QuotedTerm <<t=mystrdup(LATEXT(1));>>
1278 | QuotedTerm <<if ( go ) t=mystrdup(LATEXT(1));>>
1284 | QuotedTerm <<if ( go ) t=mystrdup(LATEXT(1));>>
1321 /* MR23 */ QuotedTerm
1371 | QuotedTerm
1412 /* MR11 */ QuotedTerm
[all …]
Dparser.dlg501 NLA = QuotedTerm;
Dscan.c590 NLA = QuotedTerm; in act61()