| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | ada-exp.y | 161 %token <tval> TYPENAME 399 | exp IN TYPENAME %prec TICK_ACCESS 419 | exp NOT IN TYPENAME %prec TICK_ACCESS 504 TYPENAME 582 exp : NEW TYPENAME 595 | TYPENAME { } 606 type : TYPENAME { $$ = $1; } 607 | block TYPENAME { $$ = $2; } 608 | TYPENAME TICK_ACCESS 610 | block TYPENAME TICK_ACCESS
|
| D | f-exp.y | 179 %token <tsym> TYPENAME 572 : TYPENAME 600 typename: TYPENAME 618 | TYPENAME 1151 return TYPENAME; in yylex() 1154 return TYPENAME; in yylex()
|
| 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() 1770 return TYPENAME; in yylex()
|
| D | m2-exp.y | 174 %token <sval> TYPENAME 641 : TYPENAME 1025 return TYPENAME; in yylex() 1049 return TYPENAME; in yylex()
|
| D | c-exp.y | 179 %token <tsym> TYPENAME 805 : TYPENAME 967 typename: TYPENAME 1022 | TYPENAME { $$ = $1.stoken; } 1774 return TYPENAME; in yylex() 1777 return TYPENAME; in yylex()
|
| D | p-exp.y | 187 %token <tsym> TYPENAME 727 | TYPENAME 742 | TYPENAME { $$ = $1.stoken; } 1612 return TYPENAME; in yylex() 1615 return TYPENAME; in yylex()
|
| D | m2-exp.c | 69 TYPENAME = 271, enumerator 117 #define TYPENAME 271 macro 2515 return TYPENAME; in yylex() 2539 return TYPENAME; in yylex()
|
| D | ada-lex.l | 754 *token_type = TYPENAME; 767 *token_type = TYPENAME;
|
| D | f-exp.c | 61 TYPENAME = 263, enumerator 99 #define TYPENAME 263 macro 2525 return TYPENAME; in yylex() 2528 return TYPENAME; in yylex()
|
| D | p-exp.c | 61 TYPENAME = 263, enumerator 97 #define TYPENAME 263 macro 2934 return TYPENAME; in yylex() 2937 return TYPENAME; in yylex()
|
| D | objc-exp.c | 62 TYPENAME = 264, enumerator 105 #define TYPENAME 264 macro 3409 return TYPENAME; in yylex() 3412 return TYPENAME; in yylex()
|
| D | c-exp.c | 60 TYPENAME = 262, enumerator 103 #define TYPENAME 262 macro 3404 return TYPENAME; in yylex() 3407 return TYPENAME; in yylex()
|
| D | ada-exp.c | 60 TYPENAME = 262, enumerator 108 #define TYPENAME 262 macro
|
| D | jv-exp.c | 61 TYPENAME = 263, enumerator 93 #define TYPENAME 263 macro
|
| D | jv-exp.y | 163 %token <tsym> TYPENAME
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | decl.h | 29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
|
| D | decl.c | 3834 type = grokdeclarator (declarator, type_specifiers, TYPENAME, 0, &attrs); in groktypename() 7998 if (staticp && decl_context == TYPENAME in grokdeclarator() 8537 else if (decl_context == TYPENAME || declspecs->specs[(int)ds_typedef]) in grokdeclarator() 8593 if (declspecs->specs[(int)ds_typedef] && decl_context != TYPENAME) in grokdeclarator() 8718 if (decl_context != TYPENAME) in grokdeclarator() 8739 if (decl_context == TYPENAME) in grokdeclarator()
|
| D | ChangeLog-1993 | 410 complaining about arrays of references if decl_context==TYPENAME,
|
| 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
|
| D | ChangeLog-2002 | 2561 * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with 2562 decl.h's TYPENAME.
|
| D | parser.c | 8383 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id() 16860 TYPENAME, in cp_parser_sizeof_operand()
|
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_softdep.c | 727 #define TYPENAME(type) \ macro 1033 item, TYPENAME(item->wk_type), item->wk_state); 1048 item, TYPENAME(item->wk_type), item->wk_state); 1176 TYPENAME(item->wk_type), item->wk_state); 1179 TYPENAME(item->wk_type), TYPENAME(type)); 1192 ump->um_fs->fs_fsmnt, TYPENAME(item->wk_type))); 1195 ump->um_fs->fs_fsmnt, TYPENAME(item->wk_type))); 1238 VFSTOUFS(item->wk_mp)->um_fs->fs_fsmnt, TYPENAME(item->wk_type))); 1243 VFSTOUFS(item->wk_mp)->um_fs->fs_fsmnt, TYPENAME(item->wk_type))); 1516 TYPENAME(wk->wk_type), wk->wk_state); [all …]
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-decl.c | 78 TYPENAME}; /* Typename (inside cast or sizeof) */ enumerator 3222 type = grokdeclarator (type_name->declarator, type_name->specs, TYPENAME, in groktypename() 4877 else if (decl_context == TYPENAME) in grokdeclarator() 5188 if (decl_context == TYPENAME) in grokdeclarator()
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdb.info-2 | 257 `ptype TYPENAME' 258 Print a description of data type TYPENAME. TYPENAME may be the 8352 type=TYPENAME
|
| D | gdb.info-1 | 7262 `ptype TYPENAME' 7264 type TYPENAME. *Note Examining the Symbol Table: Symbols.
|