Searched refs:c_binding (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-decl.c | 187 struct GTY((chain_next ("%h.prev"))) c_binding { struct 194 struct c_binding *prev; /* the previous decl in this scope */ argument 195 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ argument 214 struct c_binding *symbol_binding; /* vars, funcs, constants, typedefs */ 215 struct c_binding *tag_binding; /* struct/union/enum tags */ 216 struct c_binding *label_binding; /* labels */ 231 static inline struct c_binding* * 260 static inline struct c_binding ** 289 static inline struct c_binding ** 337 struct c_binding *bindings_in_scope; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-decl.cc | 196 struct GTY((chain_next ("%h.prev"))) c_binding { struct 203 struct c_binding *prev; /* the previous decl in this scope */ argument 204 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ argument 223 struct c_binding *symbol_binding; /* vars, funcs, constants, typedefs */ 224 struct c_binding *tag_binding; /* struct/union/enum tags */ 225 struct c_binding *label_binding; /* labels */ 240 static inline struct c_binding* * 269 static inline struct c_binding ** 298 static inline struct c_binding ** 346 struct c_binding *bindings_in_scope; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2004 | 16571 * c-decl.c (struct c_binding): Add type and inner_comp fields. 26432 * c-decl.c (struct c_binding): Remove contour field; add 26437 new fields of struct c_binding; adjust loop scanning for 37020 (struct c_binding, struct c_scope): Add chain_next 37025 c_binding either. Do define C_SIZEOF_STRUCT_LANG_IDENTIFIER. 37397 * c-tree.h: Forward declare struct c_binding. Declare 37400 struct c_binding *. 37473 (c_binding, I_SYMBOL_BINDING, I_SYMBOL_DECL, I_TAG_BINDING)
|
H A D | ChangeLog-2009 | 18650 (struct c_binding): Add in_struct field. 19245 * c-decl.c (struct c_binding): Change type field to a union with 30467 * c-decl.c (struct c_binding): Add locus field.
|