Searched refs:pending_templates (Results 1 – 6 of 6) sorted by relevance
1278 * pt.c (struct pending_templates): New.1279 (pending_templates, last_pending_template): Use it as a type.
62 static GTY(()) struct pending_template *pending_templates; variable9725 pending_templates = pt; in add_pending_template()26907 if (pending_templates && retries >= max_tinst_depth) in instantiate_pending_templates()26909 tree decl = pending_templates->tinst->maybe_get_node (); in instantiate_pending_templates()26924 struct pending_template **t = &pending_templates; in instantiate_pending_templates()
1669 to pending_templates instead of instantiating it now.1670 * decl2.c (finish_file): Handle types in pending_templates.
2494 instantiation to pending_templates.
5185 (pending_templates): Remove declaration.5208 (pending_templates): Make static.
4789 * pt.c (pending_templates): Correct comment.