Searched refs:template_info (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c304 decl_is_template_id (const tree decl, tree* const template_info) argument
314 if (template_info != NULL)
317 *template_info = TYPE_TEMPLATE_INFO (type);
329 if (template_info != NULL)
332 *template_info = DECL_TEMPLATE_INFO (decl);
809 tree template_info; local
811 if (decl_is_template_id (decl, &template_info))
814 write_unscoped_template_name (TI_TEMPLATE (template_info));
815 write_template_args (TI_ARGS (template_info));
913 tree template_info; local
956 tree template_info = NULL; local
1022 tree template_info; local
[all...]
H A Dcp-tree.h1088 tree template_info;
1553 tree GTY ((tag ("0"))) template_info;
2128 ->decl_flags.u.template_info)
2138 (LANG_TYPE_CLASS_CHECK (RECORD_OR_UNION_CHECK (NODE))->template_info)
2150 ->template_info)
3050 (DECL_LANG_SPECIFIC (FUNCTION_DECL_CHECK (DECL))->decl_flags.u.template_info)
1085 tree template_info; local
1546 tree GTY ((tag ("0"))) template_info; member in union:lang_decl_u

Completed in 195 milliseconds