Searched refs:pending_abstract_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dtypeck2.c124 struct pending_abstract_type GTY((chain_next ("%h.next")))
139 struct pending_abstract_type* next;
149 const struct pending_abstract_type* pat = val;
160 const struct pending_abstract_type* pat1 = val1;
166 /* Hash table that maintains pending_abstract_type nodes, for which we still
169 static GTY ((param_is (struct pending_abstract_type)))
182 struct pending_abstract_type *pat;
195 pat = (struct pending_abstract_type*)*slot;
201 struct pending_abstract_type *prev = 0, *next;
255 struct pending_abstract_type *pa
123 struct pending_abstract_type GTY((chain_next ("%h.next"))) function
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck2.c212 struct GTY((chain_next ("%h.next"))) pending_abstract_type {
226 struct pending_abstract_type* next;
236 const struct pending_abstract_type *pat =
237 (const struct pending_abstract_type *) val;
248 const struct pending_abstract_type *const pat1 =
249 (const struct pending_abstract_type *) val1;
255 /* Hash table that maintains pending_abstract_type nodes, for which we still
258 static GTY ((param_is (struct pending_abstract_type)))
271 struct pending_abstract_type *pat;
284 pat = (struct pending_abstract_type*)*slo
[all...]

Completed in 61 milliseconds