Searched defs:c_binding (Results 1 – 2 of 2) sorted by relevance
186 struct GTY((chain_next ("%h.prev"))) c_binding { struct193 struct c_binding *prev; /* the previous decl in this scope */ argument194 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ argument195 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
187 struct GTY((chain_next ("%h.prev"))) c_binding { struct194 struct c_binding *prev; /* the previous decl in this scope */ argument195 struct c_binding *shadowed; /* the innermost decl shadowed by this one */ argument208 /* Each C symbol points to three linked lists of c_binding structures. argument