Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.h29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
H A Ddecl.c5184 = is_template_arg ? TEMPLATE_TYPE_ARG : TYPENAME; in groktypename()
11120 template_type_arg = true, decl_context = TYPENAME; in grokdeclarator()
11918 if (staticp && decl_context == TYPENAME in grokdeclarator()
12060 if (decl_context != PARM && decl_context != TYPENAME) in grokdeclarator()
12077 && decl_context != TYPENAME in grokdeclarator()
12840 else if (decl_context == TYPENAME || typedef_p) in grokdeclarator()
12874 if (typedef_p && decl_context != TYPENAME) in grokdeclarator()
13014 if (decl_context != TYPENAME) in grokdeclarator()
13028 if (decl_context == TYPENAME) in grokdeclarator()
H A Dparser.c15102 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id()
19233 underlying_type = grokdeclarator (NULL, &type_specifiers, TYPENAME, in cp_parser_enum_specifier()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.h29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
H A Ddecl.cc5515 = is_template_arg ? TEMPLATE_TYPE_ARG : TYPENAME; in groktypename()
11790 template_type_arg = true, decl_context = TYPENAME; in grokdeclarator()
12618 if (staticp && decl_context == TYPENAME in grokdeclarator()
12760 if (decl_context != PARM && decl_context != TYPENAME) in grokdeclarator()
12777 && decl_context != TYPENAME in grokdeclarator()
13369 && decl_context != TYPENAME in grokdeclarator()
13545 else if (decl_context == TYPENAME || typedef_p) in grokdeclarator()
13579 if (typedef_p && decl_context != TYPENAME) in grokdeclarator()
13721 if (decl_context != TYPENAME) in grokdeclarator()
13735 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
H A DChangeLog-20132649 TYPENAME context in C++11 mode.
2707 in the TYPENAME case.
H A DChangeLog-20022561 * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
2562 decl.h's TYPENAME.
H A DChangeLog-20121907 class types as TYPENAME.
H A DChangeLog-2020765 * typeck.c (structural_comptypes): Adjust TYPENAME resolution
3909 * decl.c (grokdeclarator): Don't shift attributes in TYPENAME
H A Dparser.cc16658 type_specified = grokdeclarator (declarator, &type_specifiers, TYPENAME, in cp_parser_conversion_type_id()
20863 underlying_type = grokdeclarator (NULL, &type_specifiers, TYPENAME, in cp_parser_enum_specifier()
H A DChangeLog-19985871 * spew.c (yylex): Handle PTYPENAME like TYPENAME.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c67 TYPENAME}; /* Typename (inside cast or sizeof) */ enumerator
4935 type = grokdeclarator (type_name->declarator, type_name->specs, TYPENAME, in groktypename()
6047 || decl_context == TYPENAME in grokdeclarator()
6599 else if (decl_context == TYPENAME) in grokdeclarator()
6872 if (decl_context == TYPENAME || decl_context == PARM) in grokdeclarator()
7080 if (decl_context == TYPENAME) in grokdeclarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc73 TYPENAME}; /* Typename (inside cast or sizeof) */ enumerator
5027 type = grokdeclarator (type_name->declarator, type_name->specs, TYPENAME, in groktypename()
6365 || decl_context == TYPENAME in grokdeclarator()
6923 else if (decl_context == TYPENAME) in grokdeclarator()
7196 if (decl_context == TYPENAME || decl_context == PARM) in grokdeclarator()
7404 if (decl_context == TYPENAME) in grokdeclarator()
H A DChangeLog3031 in PARM and TYPENAME contexts too, but attach it to a BIND_EXPR
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20064563 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
4571 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
H A DChangeLog-201010048 (qualified_name): Use TYPENAME, not typebase. Add production for
H A DChangeLog-200811454 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
H A DChangeLog-20126136 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20064563 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
4571 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
H A DChangeLog-201010048 (qualified_name): Use TYPENAME, not typebase. Add production for
H A DChangeLog-200811454 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
H A DChangeLog-20126136 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
H A DChangeLog-20133183 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.

12