Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dfriend.c298 if (TYPE_TEMPLATE_INFO (friend_type) in make_friend_class()
H A Derror.c776 dump_template_parms (pp, TYPE_TEMPLATE_INFO (t), in dump_aggr_type()
3884 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a); in comparable_template_types_p()
3885 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in comparable_template_types_p()
3980 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a); in print_template_differences()
3981 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in print_template_differences()
H A Dmangle.c292 *template_info = TYPE_TEMPLATE_INFO (type); in decl_is_template_id()
498 && TYPE_TEMPLATE_INFO (type) in is_std_substitution()
1158 template_info = TYPE_TEMPLATE_INFO (node); in write_prefix()
H A Dcp-tree.h3483 #define TYPE_TEMPLATE_INFO(NODE) \ macro
3501 : TYPE_TEMPLATE_INFO (NODE))
3666 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))
3670 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
H A Dtypeck2.c439 else if (!TYPE_TEMPLATE_INFO (ptype)) in cxx_incomplete_type_inform()
H A Dpt.c353 tinfo = TYPE_TEMPLATE_INFO (t); in get_template_info()
5864 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in push_template_decl_real()
6122 if (!TYPE_TEMPLATE_INFO (type)) in redeclare_class_template()
9785 tree tinfo = TYPE_TEMPLATE_INFO (template_type); in lookup_template_class_1()
10262 if (!TYPE_TEMPLATE_INFO (t)) in for_each_template_parm_r()
13465 if (TYPE_TEMPLATE_INFO (t) && uses_template_parms (t)) in tsubst_aggr_type()
15559 tree tinfo = TYPE_TEMPLATE_INFO (t); in tsubst()
25119 (TYPE_TEMPLATE_INFO (t)) ? TYPE_TI_TEMPLATE (t) : NULL; in do_type_instantiation()
H A Ddecl2.c2524 else if (TYPE_TEMPLATE_INFO (TREE_TYPE (decl))) in determine_visibility()
H A Dtypeck.c1340 if (TYPE_TEMPLATE_INFO (t1) && TYPE_TEMPLATE_INFO (t2) in structural_comptypes()
H A Dtree.c5070 if (tree ti = (*walk_subtrees_p > 1 ? TYPE_TEMPLATE_INFO (*tp) in cp_walk_subtrees()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.cc311 if (TYPE_TEMPLATE_INFO (friend_type) in make_friend_class()
H A Derror.cc857 dump_template_parms (pp, TYPE_TEMPLATE_INFO (t), in dump_aggr_type()
3985 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a); in comparable_template_types_p()
3986 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in comparable_template_types_p()
4081 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a); in print_template_differences()
4082 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in print_template_differences()
H A Dmangle.cc291 return TYPE_TEMPLATE_INFO (type); in maybe_template_info()
497 if (!(TYPE_LANG_SPECIFIC (type) && TYPE_TEMPLATE_INFO (type))) in is_std_substitution()
1217 template_info = TYPE_TEMPLATE_INFO (node); in write_prefix()
H A Dcp-tree.h3694 #define TYPE_TEMPLATE_INFO(NODE) \ macro
3712 : TYPE_TEMPLATE_INFO (NODE))
3880 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))
3884 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
H A Dtypeck2.cc297 else if (!TYPE_TEMPLATE_INFO (ptype)) in cxx_incomplete_type_inform()
H A Dpt.cc358 tinfo = TYPE_TEMPLATE_INFO (t); in get_template_info()
6013 && TYPE_TEMPLATE_INFO (TREE_TYPE (decl)) in push_template_decl()
6276 if (!TYPE_TEMPLATE_INFO (type)) in redeclare_class_template()
10023 tree tinfo = TYPE_TEMPLATE_INFO (template_type); in lookup_template_class_1()
10545 if (!TYPE_TEMPLATE_INFO (t)) in for_each_template_parm_r()
13823 if (TYPE_TEMPLATE_INFO (t) && uses_template_parms (t)) in tsubst_aggr_type()
16072 tree tinfo = TYPE_TEMPLATE_INFO (t); in tsubst()
26014 if (tree ti = TYPE_TEMPLATE_INFO (t)) in do_type_instantiation()
H A DChangeLog-2011286 * cp-tree.h (TYPE_TEMPLATE_INFO): Rewrite this accessor macro to
678 * cp-tree.h (TYPE_ALIAS_P, TYPE_TEMPLATE_INFO): Don't crash on
783 (TYPE_TEMPLATE_INFO): Get template info of an alias template
H A Dmodule.cc3907 ti = TYPE_TEMPLATE_INFO (type); in node_template_info()
10930 ti = TYPE_TEMPLATE_INFO (TREE_TYPE (existing)); in key_mergeable()
12409 tree ti = TYPE_TEMPLATE_INFO (TREE_TYPE (decl)); in make_dependency()
12964 tree ti = TYPE_TEMPLATE_INFO (spec); in add_specializations()
H A Ddecl2.cc2733 else if (TYPE_TEMPLATE_INFO (TREE_TYPE (decl))) in determine_visibility()
H A Dtypeck.cc1372 if (TYPE_TEMPLATE_INFO (t1) && TYPE_TEMPLATE_INFO (t2) in structural_comptypes()
H A Dtree.cc5383 if (tree ti = TYPE_TEMPLATE_INFO (*tp)) in cp_walk_subtrees()
H A DChangeLog-2012605 * cp-tree.h (TYPE_TEMPLATE_INFO): For an alias that is not an
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 DChangeLog-2016161 * cp-tree.h (TYPE_TEMPLATE_INFO): Remove alias type checking.
H A DChangeLog-20021347 (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not

12