HomeSort by relevance Sort by last modified time
    Searched refs:ID_COLON (Results 1 - 4 of 4) sorted by null

  /external/bison/src/
parse-gram.h 104 ID_COLON = 304,
163 #define ID_COLON 304
parse-gram.y 189 %token ID_COLON "identifier:"
210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable
213 %printer { fprintf (stderr, "%s:", $$); } ID_COLON
219 %type <symbol> id id_colon string_as_id symbol symbol.prec
221 %printer { fprintf (stderr, "%s:", $$->tag); } id_colon
560 id_colon named_ref.opt { current_lhs ($1, @1, $2); } rhses.1
650 id_colon: label
651 ID_COLON { $$ = symbol_from_uniqstr ($1, @1); }
parse-gram.c 263 ID_COLON = 304,
322 #define ID_COLON 304
739 "id_colon", "symbol", "string_as_id", "epilogue.opt", YY_NULL
    [all...]
scan-gram.c     [all...]

Completed in 5794 milliseconds