Home
last modified time | relevance | path

Searched refs:TYPE_TEMPLATE_INFO (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dmangle.c317 *template_info = TYPE_TEMPLATE_INFO (type); in decl_is_template_id()
460 && TYPE_TEMPLATE_INFO (type) in is_std_substitution()
985 template_info = TYPE_TEMPLATE_INFO (node); in write_prefix()
H A Ddecl2.c1676 else if (TYPE_TEMPLATE_INFO (TREE_TYPE (decl))) in determine_visibility()
1765 ? TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in determine_visibility()
H A Dtypeck2.c381 if (!TYPE_TEMPLATE_INFO (type)) in cxx_incomplete_type_diagnostic()
H A Dcp-tree.h2146 #define TYPE_TEMPLATE_INFO(NODE) \ macro
2270 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))
2274 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
H A Dpt.c3144 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in push_template_decl_real()
3182 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in push_template_decl_real()
3348 if (!TYPE_TEMPLATE_INFO (type)) in redeclare_class_template()
4968 if (!TYPE_TEMPLATE_INFO (t)) in for_each_template_parm_r()
4970 else if (for_each_template_parm (TREE_VALUE (TYPE_TEMPLATE_INFO (t)), in for_each_template_parm_r()
6283 if (TYPE_TEMPLATE_INFO (t)) in tsubst_aggr_type()
H A Derror.c474 dump_template_parms (TYPE_TEMPLATE_INFO (t), in dump_aggr_type()
H A Dtypeck.c1038 if (TYPE_TEMPLATE_INFO (t1) && TYPE_TEMPLATE_INFO (t2) in comptypes()
H A DChangeLog-20001404 (TYPE_TEMPLATE_INFO): Likewise.
2030 * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
H A DChangeLog-1998612 (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.
2709 (TYPE_TEMPLATE_INFO): Likewise.
H A Ddecl.c10405 if (TYPE_TEMPLATE_INFO (t)) in xref_tag()
H A DChangeLog-20021347 (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not