/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ada-exp.y | 172 %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 D | f-exp.y | 179 %token <tsym> TYPENAME 572 : TYPENAME 600 typename: TYPENAME 618 | TYPENAME 1151 return TYPENAME; in yylex() 1157 return TYPENAME; in yylex()
|
H A D | objc-exp.y | 182 %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 D | m2-exp.y | 174 %token <sval> TYPENAME 641 : TYPENAME 1025 return TYPENAME; in yylex() 1049 return TYPENAME; in yylex()
|
H A D | c-exp.y | 176 %token <tsym> TYPENAME 802 : TYPENAME 964 typename: TYPENAME 1019 | TYPENAME { $$ = $1.stoken; } 1771 return TYPENAME; in yylex() 1777 return TYPENAME; in yylex()
|
H A D | p-exp.y | 187 %token <tsym> TYPENAME 727 | TYPENAME 742 | TYPENAME { $$ = $1.stoken; } 1612 return TYPENAME; in yylex() 1618 return TYPENAME; in yylex()
|
H A D | m2-exp.c | 69 TYPENAME = 271, enumerator 117 #define TYPENAME 271 macro 2537 return TYPENAME; in yylex() 2561 return TYPENAME; in yylex()
|
H A D | ada-lex.l | 732 *token_type = TYPENAME; 760 *token_type = TYPENAME;
|
H A D | f-exp.c | 61 TYPENAME = 263, enumerator 99 #define TYPENAME 263 macro 2546 return TYPENAME; in yylex() 2552 return TYPENAME; in yylex()
|
H A D | p-exp.c | 61 TYPENAME = 263, enumerator 97 #define TYPENAME 263 macro 2955 return TYPENAME; in yylex() 2961 return TYPENAME; in yylex()
|
H A D | c-exp.c | 60 TYPENAME = 262, enumerator 103 #define TYPENAME 262 macro 3423 return TYPENAME; in yylex() 3429 return TYPENAME; in yylex()
|
H A D | objc-exp.c | 62 TYPENAME = 264, enumerator 105 #define TYPENAME 264 macro 3430 return TYPENAME; in yylex() 3436 return TYPENAME; in yylex()
|
H A D | ada-exp.c | 60 TYPENAME = 262, enumerator 106 #define TYPENAME 262 macro
|
H A D | jv-exp.c | 61 TYPENAME = 263, enumerator 93 #define TYPENAME 263 macro
|
H A D | jv-exp.y | 163 %token <tsym> TYPENAME
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | decl.h | 29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
|
H A D | decl.c | 3803 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 D | ChangeLog-1993 | 410 complaining about arrays of references if decl_context==TYPENAME,
|
H A D | ChangeLog-1994 | 1125 * 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 D | decl.h | 29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
|
H A D | decl.c | 7659 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 D | decl2.c | 1138 tree t = grokdeclarator (declarator, declspecs, TYPENAME, 0, NULL);
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-parse.in | 117 %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 D | c-decl.c | 59 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 D | c-decl.c | 71 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()
|