Home
last modified time | relevance | path

Searched refs:TI_TEMPLATE (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dmangle.c814 write_unscoped_template_name (TI_TEMPLATE (template_info)); in write_name()
1030 template = TI_TEMPLATE (template_info); in write_template_prefix()
2501 = TI_TEMPLATE (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO (parm)); in write_template_template_param()
Dcp-tree.h2162 #define TI_TEMPLATE(NODE) (TREE_PURPOSE (NODE)) macro
2238 #define DECL_TI_TEMPLATE(NODE) TI_TEMPLATE (DECL_TEMPLATE_INFO (NODE))
2256 #define CLASSTYPE_TI_TEMPLATE(NODE) TI_TEMPLATE (CLASSTYPE_TEMPLATE_INFO (NODE))
2270 (TI_TEMPLATE (TYPE_TEMPLATE_INFO (NODE)))
Derror.c1249 tree tpl = TI_TEMPLATE (info); in dump_template_parms()
Ddecl2.c1772 tree pattern = DECL_TEMPLATE_RESULT (TI_TEMPLATE (tinfo)); in determine_visibility()
Dcall.c6269 (TI_TEMPLATE (cand1->template_decl), in joust()
6270 TI_TEMPLATE (cand2->template_decl), in joust()