Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/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
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc196 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
217 /* Each C symbol points to three linked lists of c_binding structures. argument