Searched refs:BLOCKNAME (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dm2-exp.y173 %token <sval> NAME BLOCKNAME IDENT VARNAME
542 fblock : BLOCKNAME
551 fblock : block COLONCOLON BLOCKNAME
1008 /* Use token-type BLOCKNAME for symbols that happen to be defined as
1020 return BLOCKNAME;
1024 return BLOCKNAME;
1053 return BLOCKNAME;
H A Dc-exp.y178 %token <ssym> NAME /* BLOCKNAME defined below to give it higher precedence. */
225 %token <ssym> BLOCKNAME
555 block : BLOCKNAME
1022 | BLOCKNAME { $$ = $1.stoken; }
1028 | BLOCKNAME
1731 /* Use token-type BLOCKNAME for symbols that happen to be defined as
1754 return BLOCKNAME;
H A Dm2-exp.c66 BLOCKNAME = 268, enumerator in enum:yytokentype
114 #define BLOCKNAME 268 macro
513 "M2_FALSE", "CHAR", "FLOAT", "STRING", "NAME", "BLOCKNAME", "IDENT",
2501 /* Use token-type BLOCKNAME for symbols that happen to be defined as
2513 return BLOCKNAME;
2517 return BLOCKNAME;
2546 return BLOCKNAME;
H A Dobjc-exp.y181 %token <ssym> NAME /* BLOCKNAME defined below to give it higher precedence. */
224 %token <ssym> BLOCKNAME
618 block : BLOCKNAME
969 | BLOCKNAME { $$ = $1.stoken; }
976 | BLOCKNAME
1645 /* Use token-type BLOCKNAME for symbols that happen to be defined as
1674 return BLOCKNAME;
H A Dp-exp.y186 %token <ssym> NAME /* BLOCKNAME defined below to give it higher precedence. */
227 %token <ssym> BLOCKNAME
543 block : BLOCKNAME
742 | BLOCKNAME { $$ = $1.stoken; }
748 | BLOCKNAME
1424 /* Use token-type BLOCKNAME for symbols that happen to be defined as
1523 return BLOCKNAME;
H A Dada-lex.l303 return BLOCKNAME;
310 return BLOCKNAME;
H A Dada-exp.y162 %token <bval> BLOCKNAME
600 block : BLOCKNAME /* GDB extension */
602 | block BLOCKNAME /* GDB extension */
H A Dada-exp.c61 BLOCKNAME = 263, enumerator in enum:yytokentype
109 #define BLOCKNAME 263 macro
530 "TYPENAME", "BLOCKNAME", "STRING", "NAME", "DOT_ID", "OBJECT_RENAMING",
H A Dc-exp.c95 BLOCKNAME = 297, enumerator in enum:yytokentype
138 #define BLOCKNAME 297 macro
547 "INCREMENT", "UNARY", "'.'", "'['", "'('", "ARROW", "BLOCKNAME",
3364 /* Use token-type BLOCKNAME for symbols that happen to be defined as
3387 return BLOCKNAME;
H A Dobjc-exp.c96 BLOCKNAME = 298 enumerator in enum:yytokentype
139 #define BLOCKNAME 298 macro
545 "INCREMENT", "UNARY", "'.'", "'['", "'('", "ARROW", "BLOCKNAME", "'!'",
3290 /* Use token-type BLOCKNAME for symbols that happen to be defined as
3319 return BLOCKNAME;
H A Dp-exp.c89 BLOCKNAME = 291 enumerator in enum:yytokentype
125 #define BLOCKNAME 291 macro
491 "INCREMENT", "UNARY", "'.'", "'['", "'('", "ARROW", "'^'", "BLOCKNAME",
2749 /* Use token-type BLOCKNAME for symbols that happen to be defined as
2848 return BLOCKNAME;

Completed in 204 milliseconds