Home
last modified time | relevance | path

Searched refs:TYPE_TI_TEMPLATE (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dfriend.c299 && !PRIMARY_TEMPLATE_P (TYPE_TI_TEMPLATE (friend_type))) in make_friend_class()
H A Dmangle.c499 && (DECL_NAME (TYPE_TI_TEMPLATE (type)) in is_std_substitution()
1226 templ = TYPE_TI_TEMPLATE (type); in write_template_prefix()
H A Dpt.c3944 cp_walk_tree (&TREE_TYPE (TYPE_TI_TEMPLATE (t)), in find_parameter_packs_r()
5865 && TYPE_TI_TEMPLATE (TREE_TYPE (decl))) in push_template_decl_real()
5875 tmpl = TYPE_TI_TEMPLATE (TREE_TYPE (decl)); in push_template_decl_real()
6128 tmpl = TYPE_TI_TEMPLATE (type); in redeclare_class_template()
7743 tree arg_tmpl = TYPE_TI_TEMPLATE (arg); in coerce_ttp_args_for_tta()
9655 templ = TYPE_TI_TEMPLATE (d1); in lookup_template_class_1()
23432 arg = TYPE_TI_TEMPLATE (arg); in unify()
25119 (TYPE_TEMPLATE_INFO (t)) ? TYPE_TI_TEMPLATE (t) : NULL; in do_type_instantiation()
H A Dcp-tree.h3665 #define TYPE_TI_TEMPLATE(NODE) \ macro
5842 ? TYPE_TI_TEMPLATE (NODE) \
H A Derror.c746 tree tpl = TYPE_TI_TEMPLATE (t); in dump_aggr_type()
H A Dtypeck.c1341 && (TYPE_TI_TEMPLATE (t1) == TYPE_TI_TEMPLATE (t2) in structural_comptypes()
H A Ddecl.c15107 tree tmpl = TYPE_TI_TEMPLATE (t); in xref_tag_1()
H A Dparser.c21570 DECL_NAME (TYPE_TI_TEMPLATE (class_type)), in cp_parser_direct_declarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dfriend.cc312 && !PRIMARY_TEMPLATE_P (TYPE_TI_TEMPLATE (friend_type))) in make_friend_class()
H A Dmangle.cc500 tree tmpl = TYPE_TI_TEMPLATE (type); in is_std_substitution()
1284 templ = TYPE_TI_TEMPLATE (type); in write_template_prefix()
H A Dpt.cc4028 cp_walk_tree (&TREE_TYPE (TYPE_TI_TEMPLATE (t)), in find_parameter_packs_r()
6014 && TYPE_TI_TEMPLATE (TREE_TYPE (decl))) in push_template_decl()
6024 tmpl = TYPE_TI_TEMPLATE (TREE_TYPE (decl)); in push_template_decl()
6282 tmpl = TYPE_TI_TEMPLATE (type); in redeclare_class_template()
7940 tree arg_tmpl = TYPE_TI_TEMPLATE (arg); in coerce_ttp_args_for_tta()
9883 templ = TYPE_TI_TEMPLATE (d1); in lookup_template_class_1()
24336 arg = TYPE_TI_TEMPLATE (arg); in unify()
H A Dcp-tree.h3879 #define TYPE_TI_TEMPLATE(NODE) \ macro
6074 ? TYPE_TI_TEMPLATE (NODE) \
H A Derror.cc826 tree tpl = TYPE_TI_TEMPLATE (t); in dump_aggr_type()
H A Dtypeck.cc1373 && (TYPE_TI_TEMPLATE (t1) == TYPE_TI_TEMPLATE (t2) in structural_comptypes()
H A DChangeLog-20021350 TYPE_TI_TEMPLATE.
H A DChangeLog-20002624 lookup_template_class. Use TYPE_TI_TEMPLATE.
H A Dparser.cc23482 DECL_NAME (TYPE_TI_TEMPLATE (class_type)), in cp_parser_direct_declarator()