/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.h | 29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
|
H A D | decl.c | 5184 = 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 D | parser.c | 15102 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 D | decl.h | 29 TYPENAME, /* Typename (inside cast or sizeof) */ enumerator
|
H A D | decl.cc | 5515 = 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 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
|
H A D | ChangeLog-2013 | 2649 TYPENAME context in C++11 mode. 2707 in the TYPENAME case.
|
H A D | ChangeLog-2002 | 2561 * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with 2562 decl.h's TYPENAME.
|
H A D | ChangeLog-2012 | 1907 class types as TYPENAME.
|
H A D | ChangeLog-2020 | 765 * typeck.c (structural_comptypes): Adjust TYPENAME resolution 3909 * decl.c (grokdeclarator): Don't shift attributes in TYPENAME
|
H A D | parser.cc | 16658 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 D | ChangeLog-1998 | 5871 * spew.c (yylex): Handle PTYPENAME like TYPENAME.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 67 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 D | c-decl.cc | 73 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 D | ChangeLog | 3031 in PARM and TYPENAME contexts too, but attach it to a BIND_EXPR
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2006 | 4563 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns 4571 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
|
H A D | ChangeLog-2010 | 10048 (qualified_name): Use TYPENAME, not typebase. Add production for
|
H A D | ChangeLog-2008 | 11454 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
|
H A D | ChangeLog-2012 | 6136 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2006 | 4563 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns 4571 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
|
H A D | ChangeLog-2010 | 10048 (qualified_name): Use TYPENAME, not typebase. Add production for
|
H A D | ChangeLog-2008 | 11454 (write_var_or_type): Add support for "ptype TYPENAME.FIELD"
|
H A D | ChangeLog-2012 | 6136 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
|
H A D | ChangeLog-2013 | 3183 * c-exp.y (qualified_name : TYPENAME COLONCOLON '~' name): Likewise.
|