Searched defs:_t (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.cpp283 /* check to see if the current input symbol matches '_t'.
289 _match(ANTLRTokenType _t, ANTLRChar **MissText, argument
296 if ( LA(1)!=_t ) {
298 *MissTok= _t;
308 /* check to see if the current input symbol matches '_t'.
312 _match_wsig(ANTLRTokenType _t) argument
317 if ( LA(1)!=_t ) return 0;
H A Derr.h495 _zzmatch(int _t, char **zzBadText, char **zzMissText, argument
499 _zzmatch(_t, zzBadText, zzMissText, zzMissTok, zzBadTok, zzMissSet)
500 int _t;
510 if ( LA(1)!=_t ) {
512 *zzMissTok= _t; *zzBadTok=LA(1);
524 _zzmatch_wsig(int _t) argument
526 _zzmatch_wsig(_t)
527 int _t;
533 if ( LA(1)!=_t ) {
546 _zzmatch(int _t, cha argument
571 _zzmatch_wsig(int _t) argument
592 _zzmatch(int _t, char **zzBadText, char **zzMissText, int *zzMissTok, int *zzBadTok, SetWordType **zzMissSet) argument
616 _zzmatch_wsig(int _t) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dgeneric.h117 typedef struct _t { /* Token name or expression */ struct
119 struct _t *next;
129 struct _t *next;

Completed in 89 milliseconds