Searched refs:BRACKETED_ID (Results 1 – 6 of 6) sorted by relevance
99 BRACKETED_ID = 299, enumerator158 #define BRACKETED_ID 299 macro
184 %token BRACKETED_ID "[identifier]"210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable212 %printer { fprintf (stderr, "[%s]", $$); } BRACKETED_ID592 BRACKETED_ID { $$ = named_ref_new($1, @1); }
372 return BRACKETED_ID;400 return BRACKETED_ID;
1931 return BRACKETED_ID;1967 return BRACKETED_ID;
258 BRACKETED_ID = 299, enumerator317 #define BRACKETED_ID 299 macro
1755 Provide %printer for BRACKETED_ID and symbol.prec.