Home
last modified time | relevance | path

Searched defs:c_binding (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c186 struct GTY((chain_next ("%h.prev"))) c_binding { struct
193 struct c_binding *prev; /* the previous decl in this scope */ argument
194 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ argument
195 unsigned int depth : 28; /* depth of this scope */
196 BOOL_BITFIELD invisible : 1; /* normal lookup should ignore this binding */
197 BOOL_BITFIELD nested : 1; /* do not set DECL_CONTEXT when popping */
198 BOOL_BITFIELD inner_comp : 1; /* incomplete array completed in inner scope */
222 /* Each C symbol points to three linked lists of c_binding structures. argument
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c187 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
208 /* Each C symbol points to three linked lists of c_binding structures. argument