Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/gdb/gdb/
Dada-exp.y161 %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
Df-exp.y179 %token <tsym> TYPENAME
572 : TYPENAME
600 typename: TYPENAME
618 | TYPENAME
1151 return TYPENAME; in yylex()
1154 return TYPENAME; in yylex()
Dobjc-exp.y182 %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()
Dm2-exp.y174 %token <sval> TYPENAME
641 : TYPENAME
1025 return TYPENAME; in yylex()
1049 return TYPENAME; in yylex()
Dc-exp.y179 %token <tsym> TYPENAME
805 : TYPENAME
967 typename: TYPENAME
1022 | TYPENAME { $$ = $1.stoken; }
1774 return TYPENAME; in yylex()
1777 return TYPENAME; in yylex()
Dp-exp.y187 %token <tsym> TYPENAME
727 | TYPENAME
742 | TYPENAME { $$ = $1.stoken; }
1612 return TYPENAME; in yylex()
1615 return TYPENAME; in yylex()
Dm2-exp.c69 TYPENAME = 271, enumerator
117 #define TYPENAME 271 macro
2515 return TYPENAME; in yylex()
2539 return TYPENAME; in yylex()
Dada-lex.l754 *token_type = TYPENAME;
767 *token_type = TYPENAME;
Df-exp.c61 TYPENAME = 263, enumerator
99 #define TYPENAME 263 macro
2525 return TYPENAME; in yylex()
2528 return TYPENAME; in yylex()
Dp-exp.c61 TYPENAME = 263, enumerator
97 #define TYPENAME 263 macro
2934 return TYPENAME; in yylex()
2937 return TYPENAME; in yylex()
Dobjc-exp.c62 TYPENAME = 264, enumerator
105 #define TYPENAME 264 macro
3409 return TYPENAME; in yylex()
3412 return TYPENAME; in yylex()
Dc-exp.c60 TYPENAME = 262, enumerator
103 #define TYPENAME 262 macro
3404 return TYPENAME; in yylex()
3407 return TYPENAME; in yylex()
Dada-exp.c60 TYPENAME = 262, enumerator
108 #define TYPENAME 262 macro
Djv-exp.c61 TYPENAME = 263, enumerator
93 #define TYPENAME 263 macro
Djv-exp.y163 %token <tsym> TYPENAME
/freebsd-12-stable/contrib/gcc/cp/
Ddecl.h29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
Ddecl.c3834 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()
DChangeLog-1993410 complaining about arrays of references if decl_context==TYPENAME,
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
DChangeLog-20022561 * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
2562 decl.h's TYPENAME.
Dparser.c8383 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/
Dffs_softdep.c727 #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/
Dc-decl.c78 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/
Dgdb.info-2257 `ptype TYPENAME'
258 Print a description of data type TYPENAME. TYPENAME may be the
8352 type=TYPENAME
Dgdb.info-17262 `ptype TYPENAME'
7264 type TYPENAME. *Note Examining the Symbol Table: Symbols.

12