Searched refs:TYPE_TEMPLATE_INFO (Results 1 – 25 of 27) sorted by relevance
12
298 if (TYPE_TEMPLATE_INFO (friend_type) in make_friend_class()
776 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()
292 *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()
3483 #define TYPE_TEMPLATE_INFO(NODE) \ macro3501 : TYPE_TEMPLATE_INFO (NODE))3666 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))3670 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
439 else if (!TYPE_TEMPLATE_INFO (ptype)) in cxx_incomplete_type_inform()
353 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()
2524 else if (TYPE_TEMPLATE_INFO (TREE_TYPE (decl))) in determine_visibility()
1340 if (TYPE_TEMPLATE_INFO (t1) && TYPE_TEMPLATE_INFO (t2) in structural_comptypes()
5070 if (tree ti = (*walk_subtrees_p > 1 ? TYPE_TEMPLATE_INFO (*tp) in cp_walk_subtrees()
311 if (TYPE_TEMPLATE_INFO (friend_type) in make_friend_class()
857 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()
291 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()
3694 #define TYPE_TEMPLATE_INFO(NODE) \ macro3712 : TYPE_TEMPLATE_INFO (NODE))3880 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))3884 (TI_ARGS (TYPE_TEMPLATE_INFO (NODE)))
297 else if (!TYPE_TEMPLATE_INFO (ptype)) in cxx_incomplete_type_inform()
358 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()
286 * cp-tree.h (TYPE_TEMPLATE_INFO): Rewrite this accessor macro to678 * cp-tree.h (TYPE_ALIAS_P, TYPE_TEMPLATE_INFO): Don't crash on783 (TYPE_TEMPLATE_INFO): Get template info of an alias template
3907 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()
2733 else if (TYPE_TEMPLATE_INFO (TREE_TYPE (decl))) in determine_visibility()
1372 if (TYPE_TEMPLATE_INFO (t1) && TYPE_TEMPLATE_INFO (t2) in structural_comptypes()
5383 if (tree ti = TYPE_TEMPLATE_INFO (*tp)) in cp_walk_subtrees()
605 * cp-tree.h (TYPE_TEMPLATE_INFO): For an alias that is not an
1404 (TYPE_TEMPLATE_INFO): Likewise.2030 * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
612 (TYPE_TEMPLATE_INFO): Handle TEMPLATE_TEMPLATE_PARMs as well.2709 (TYPE_TEMPLATE_INFO): Likewise.
161 * cp-tree.h (TYPE_TEMPLATE_INFO): Remove alias type checking.
1347 (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not