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

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c64 static tree pending_templates; variable
65 static tree *template_tail = &pending_templates;
9522 t = &pending_templates;
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c71 static GTY(()) struct pending_template *pending_templates; variable in typeref:struct:pending_template
7491 pending_templates = pt;
20735 if (pending_templates && retries >= max_tinst_depth)
20737 tree decl = pending_templates->tinst->decl;
20752 struct pending_template **t = &pending_templates;

Completed in 176 milliseconds