Home
last modified time | relevance | path

Searched refs:template_info (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDmangle.c304 decl_is_template_id (const tree decl, tree* const template_info) in decl_is_template_id() argument
314 if (template_info != NULL) in decl_is_template_id()
317 *template_info = TYPE_TEMPLATE_INFO (type); in decl_is_template_id()
329 if (template_info != NULL) in decl_is_template_id()
332 *template_info = DECL_TEMPLATE_INFO (decl); in decl_is_template_id()
809 tree template_info; in write_name() local
811 if (decl_is_template_id (decl, &template_info)) in write_name()
814 write_unscoped_template_name (TI_TEMPLATE (template_info)); in write_name()
815 write_template_args (TI_ARGS (template_info)); in write_name()
913 tree template_info; in write_nested_name() local
[all …]
HDcp-tree.h1085 tree template_info; member
1546 tree GTY ((tag ("0"))) template_info;
2121 ->decl_flags.u.template_info)
2131 (LANG_TYPE_CLASS_CHECK (RECORD_OR_UNION_CHECK (NODE))->template_info)
2143 ->template_info)
3043 (DECL_LANG_SPECIFIC (FUNCTION_DECL_CHECK (DECL))->decl_flags.u.template_info)
HDChangeLog-2001705 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
HDChangeLog-20043412 * cp-tree.h (struct lang_decl_flags): Unify the template_info and