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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dpt.c4621 tree template_type = TREE_TYPE (template); local
4726 if (comp_template_args (TYPE_TI_ARGS (template_type),
4729 found = template_type;
4740 if (TYPE_P (ctx) && same_type_p (ctx, template_type))
4788 if (TREE_CODE (template_type) == ENUMERAL_TYPE)
4792 set_current_access_from_decl (TYPE_NAME (template_type));
4793 t = start_enum (TYPE_IDENTIFIER (template_type));
4804 t = make_aggr_type (TREE_CODE (template_type));
4806 = CLASSTYPE_DECLARED_CLASS (template_type);
4808 TYPE_FOR_JAVA (t) = TYPE_FOR_JAVA (template_type);
[all...]

Completed in 53 milliseconds