/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | dummy-frontend.c | 50 struct GTY(()) lang_identifier struct 63 struct lang_identifier GTY((tag ("1"))) identifier; argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-tree.h | 24 struct GTY(()) lang_identifier struct
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-tree.h | 24 struct GTY(()) lang_identifier struct
|
H A D | ChangeLog | 4650 * lto-tree.h (struct lang_identifier): Remove LTO specific fields. 4833 and the resolution from lang_identifier. 4835 (lang_identifier): Add resolution. 6499 * lto-tree.h (lang_identifier): Add decl field. 6597 * lto-tree.h (lang_identifier): Inherit from tree_identifier.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-tree.h | 201 struct GTY(()) lang_identifier struct 217 ((struct lang_identifier *) IDENTIFIER_NODE_CHECK (NODE)) argument 344 lang_identifier GTY ((tag ("TS_D_IDENTIFIER"))) identifier;
|
H A D | ChangeLog-2016 | 464 * d-tree.h (lang_identifier): Add pretty_ident field. 955 * d-tree.h (lang_identifier): Add field for Dsymbol.
|
H A D | ChangeLog-2017 | 288 * d-tree.h (lang_identifier): Add decl_tree.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-tree.h | 194 struct GTY(()) lang_identifier struct 210 ((struct lang_identifier *) IDENTIFIER_NODE_CHECK (NODE)) argument 337 lang_identifier GTY ((tag ("TS_D_IDENTIFIER"))) identifier;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | dummy-frontend.cc | 502 struct GTY(()) lang_identifier struct 515 struct lang_identifier GTY((tag ("1"))) identifier; argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | langhooks-def.h | 96 #define LANG_HOOKS_IDENTIFIER_SIZE sizeof (struct lang_identifier)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks-def.h | 102 #define LANG_HOOKS_IDENTIFIER_SIZE sizeof (struct lang_identifier)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
H A D | brig-lang.c | 83 struct GTY (()) lang_identifier struct 96 struct lang_identifier GTY ((tag ("1"))) identifier; argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | f95-lang.c | 46 lang_identifier { struct 57 struct lang_identifier GTY((tag ("1"))) identifier; argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | f95-lang.cc | 46 lang_identifier { struct 57 struct lang_identifier GTY((tag ("1"))) identifier; argument
|
H A D | ChangeLog-2003 | 2223 * f95-lang-c (lang_identifier): Remove bogus comment.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 212 struct GTY(()) lang_identifier { struct 221 [(sizeof(struct lang_identifier) == C_SIZEOF_STRUCT_LANG_IDENTIFIER) ? 1 : -1]; argument 234 struct lang_identifier *lid in i_symbol_binding() 235 = (struct lang_identifier *) IDENTIFIER_NODE_CHECK (node); in i_symbol_binding() 263 struct lang_identifier *lid in i_tag_binding() 264 = (struct lang_identifier *) IDENTIFIER_NODE_CHECK (node); in i_tag_binding() 292 struct lang_identifier *lid in i_label_binding() 293 = (struct lang_identifier *) IDENTIFIER_NODE_CHECK (node); in i_label_binding() 321 struct lang_identifier GTY ((tag ("1"))) identifier;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 221 struct GTY(()) lang_identifier { struct 230 [(sizeof(struct lang_identifier) == C_SIZEOF_STRUCT_LANG_IDENTIFIER) ? 1 : -1]; argument 243 struct lang_identifier *lid in i_symbol_binding() 244 = (struct lang_identifier *) IDENTIFIER_NODE_CHECK (node); in i_symbol_binding() 272 struct lang_identifier *lid in i_tag_binding() 273 = (struct lang_identifier *) IDENTIFIER_NODE_CHECK (node); in i_tag_binding() 301 struct lang_identifier *lid in i_label_binding() 302 = (struct lang_identifier *) IDENTIFIER_NODE_CHECK (node); in i_label_binding() 330 struct lang_identifier GTY ((tag ("1"))) identifier;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-tree.h | 654 struct GTY(()) lang_identifier { struct 661 inline lang_identifier* argument 665 return (lang_identifier*) t; in identifier_p() 670 ((struct lang_identifier*)IDENTIFIER_NODE_CHECK (NODE)) 1667 struct lang_identifier GTY ((tag ("TS_CP_IDENTIFIER"))) identifier;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.h | 679 struct GTY(()) lang_identifier { struct 686 inline lang_identifier* argument 690 return (lang_identifier*) t; in identifier_p() 695 ((struct lang_identifier*)IDENTIFIER_NODE_CHECK (NODE)) 1797 struct lang_identifier GTY ((tag ("TS_CP_IDENTIFIER"))) identifier;
|
H A D | ChangeLog-2017 | 997 * cp-tree.h (lang_identifier): Delete label_value slot. 1142 * cp-tree.h (default_hash_traits <lang_identifier *>): Delete 2722 * cp-tree.h (lang_identifier): Remove class_template_info field. 2980 * cp-tree.h (default_hash_traits <lang_identifier *>): Don't 3273 * cp-tree.h (lang_identifier): Delete namespace_bindings. 3307 * cp-tree.h (lang_identifier): Drop oracle_looked_up, unused. 3825 * cp-tree.h (default_hash_traits <lang_identifier *>): New 5437 * cp-tree.h (struct lang_identifier): Add oracle_looked_up.
|
H A D | ChangeLog-2003 | 4537 (struct lang_identifier): ... to here. 4540 (IDENTIFIER_LABEL_VALUE): Adjust for new lang_identifier. 5142 (struct lang_identifier): Use it.
|
H A D | ChangeLog-2004 | 3695 * cp-tree.h (lang_identifier): Remove class_value. 5784 (lang_identifier): Remove implicit_decl and error_locus.
|
H A D | ChangeLog-2001 | 1968 * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
|
H A D | ChangeLog-2002 | 2686 * cp-tree.h (struct lang_identifier): Use gengtype.
|
H A D | ChangeLog-2000 | 1288 * cp-tree.h (struct lang_identifier): Add rid_code entry.
|