Home
last modified time | relevance | path

Searched refs:TYPENAME (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dada-exp.y172 %token <tval> TYPENAME
385 | exp IN TYPENAME %prec TICK_ACCESS
400 | exp NOT IN TYPENAME %prec TICK_ACCESS
489 TYPENAME
535 exp : NEW TYPENAME
551 | TYPENAME { }
562 type : TYPENAME { $$ = $1; }
563 | block TYPENAME { $$ = $2; }
564 | TYPENAME TICK_ACCESS
566 | block TYPENAME TICK_ACCESS
H A Df-exp.y179 %token <tsym> TYPENAME
572 : TYPENAME
600 typename: TYPENAME
618 | TYPENAME
1151 return TYPENAME; in yylex()
1157 return TYPENAME; in yylex()
H A Dobjc-exp.y182 %token <tsym> TYPENAME
332 exp : '[' TYPENAME
866 : TYPENAME
933 typename: TYPENAME
969 | TYPENAME { $$ = $1.stoken; }
1767 return TYPENAME; in yylex()
1773 return TYPENAME; in yylex()
H A Dm2-exp.y174 %token <sval> TYPENAME
641 : TYPENAME
1025 return TYPENAME; in yylex()
1049 return TYPENAME; in yylex()
H A Dc-exp.y176 %token <tsym> TYPENAME
802 : TYPENAME
964 typename: TYPENAME
1019 | TYPENAME { $$ = $1.stoken; }
1771 return TYPENAME; in yylex()
1777 return TYPENAME; in yylex()
H A Dp-exp.y187 %token <tsym> TYPENAME
727 | TYPENAME
742 | TYPENAME { $$ = $1.stoken; }
1612 return TYPENAME; in yylex()
1618 return TYPENAME; in yylex()
H A Dm2-exp.c69 TYPENAME = 271, enumerator
117 #define TYPENAME 271 macro
2537 return TYPENAME; in yylex()
2561 return TYPENAME; in yylex()
H A Dada-lex.l732 *token_type = TYPENAME;
760 *token_type = TYPENAME;
H A Df-exp.c61 TYPENAME = 263, enumerator
99 #define TYPENAME 263 macro
2546 return TYPENAME; in yylex()
2552 return TYPENAME; in yylex()
H A Dp-exp.c61 TYPENAME = 263, enumerator
97 #define TYPENAME 263 macro
2955 return TYPENAME; in yylex()
2961 return TYPENAME; in yylex()
H A Dc-exp.c60 TYPENAME = 262, enumerator
103 #define TYPENAME 262 macro
3423 return TYPENAME; in yylex()
3429 return TYPENAME; in yylex()
H A Dobjc-exp.c62 TYPENAME = 264, enumerator
105 #define TYPENAME 264 macro
3430 return TYPENAME; in yylex()
3436 return TYPENAME; in yylex()
H A Dada-exp.c60 TYPENAME = 262, enumerator
106 #define TYPENAME 262 macro
H A Djv-exp.c61 TYPENAME = 263, enumerator
93 #define TYPENAME 263 macro
H A Djv-exp.y163 %token <tsym> TYPENAME
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.h29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
H A Ddecl.c3803 type = grokdeclarator (declarator, type_specifiers, TYPENAME, 0, &attrs); in groktypename()
7522 if (staticp && decl_context == TYPENAME in grokdeclarator()
8034 else if (decl_context == TYPENAME || declspecs->specs[(int)ds_typedef]) in grokdeclarator()
8058 if (declspecs->specs[(int)ds_typedef] && decl_context != TYPENAME) in grokdeclarator()
8183 if (decl_context != TYPENAME) in grokdeclarator()
8204 if (decl_context == TYPENAME) in grokdeclarator()
H A DChangeLog-1993410 complaining about arrays of references if decl_context==TYPENAME,
H A DChangeLog-19941125 * parse.y (label_colon): Also match a TYPENAME as a label name,
3495 notype_unqualified_id and unqualified_id, so that TYPENAME can be
4117 see_typename TYPENAME rule, remove all other rules beginning with
4140 notype_unqualified_id. Remove id_scope see_typename TYPENAME rule.
4167 * parse.y (typespec): Add SCOPE TYPENAME for global scoped
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.h29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
H A Ddecl.c7659 TYPENAME, 0, &attrs);
11305 if (staticp && decl_context == TYPENAME
12012 else if (decl_context == TYPENAME || RIDBIT_SETP (RID_TYPEDEF, specbits))
12052 if (RIDBIT_SETP (RID_TYPEDEF, specbits) && decl_context != TYPENAME)
12172 if (decl_context == TYPENAME)
H A Ddecl2.c1138 tree t = grokdeclarator (declarator, declspecs, TYPENAME, 0, NULL);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in117 %token TYPENAME
187 %type <ttype> identifier IDENTIFIER TYPENAME CONSTANT expr nonnull_exprlist exprlist
474 | TYPENAME
1383 TYPENAME
1662 | TYPENAME
1685 | TYPENAME
3146 | TYPENAME
3653 return TYPENAME;
3877 case TYPENAME:
H A Dc-decl.c59 TYPENAME}; /* Typename (inside cast or sizeof) */ enumerator
2781 typename = grokdeclarator (TREE_VALUE (typename), specs, TYPENAME, 0);
4386 if (decl_context == TYPENAME)
/openbsd/gnu/gcc/gcc/
H A Dc-decl.c71 TYPENAME}; /* Typename (inside cast or sizeof) */ enumerator
3153 type = grokdeclarator (type_name->declarator, type_name->specs, TYPENAME, in groktypename()
4351 else if (decl_context == TYPENAME) in grokdeclarator()
4603 if (decl_context == TYPENAME) in grokdeclarator()

12