Home
last modified time | relevance | path

Searched refs:ID_COLON (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dparse-gram.h104 ID_COLON = 304, enumerator
163 #define ID_COLON 304 macro
Dparse-gram.y189 %token ID_COLON "identifier:"
210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable
213 %printer { fprintf (stderr, "%s:", $$); } ID_COLON
651 ID_COLON { $$ = symbol_from_uniqstr ($1, @1); }
Dscan-gram.l330 return ID_COLON;
Dparse-gram.c263 ID_COLON = 304, enumerator
322 #define ID_COLON 304 macro
Dscan-gram.c1876 return ID_COLON;
/external/bison/
DChangeLog-20128020 (ID, ID_COLON): Now that the scanner no longer makes them
14223 (%token ID_COLON): New token.