Searched refs:BRACKETED_ID (Results 1 - 4 of 4) sorted by relevance

/external/bison/src/
H A Dparse-gram.h99 BRACKETED_ID = 299, enumerator in enum:gram_tokentype
158 #define BRACKETED_ID 299 macro
H A Dparse-gram.y184 %token BRACKETED_ID "[identifier]"
210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable
212 %printer { fprintf (stderr, "[%s]", $$); } BRACKETED_ID
592 BRACKETED_ID { $$ = named_ref_new($1, @1); }
H A Dscan-gram.c1931 return BRACKETED_ID;
1967 return BRACKETED_ID;
H A Dparse-gram.c258 BRACKETED_ID = 299, enumerator in enum:gram_tokentype
317 #define BRACKETED_ID 299 macro

Completed in 743 milliseconds