Searched refs:template_info (Results 1 – 8 of 8) sorted by relevance
245 decl_is_template_id (decl, template_info) in decl_is_template_id() argument247 tree* template_info;257 if (template_info != NULL)260 *template_info = TYPE_TEMPLATE_INFO (type);272 if (template_info != NULL)275 *template_info = DECL_TEMPLATE_INFO (decl);710 tree template_info; local712 if (decl_is_template_id (decl, &template_info))715 write_unscoped_template_name (TI_TEMPLATE (template_info));716 write_template_args (TI_ARGS (template_info));[all …]
1215 tree template_info; member1802 tree GTY ((tag ("0"))) template_info;2263 ->decl_flags.u.template_info)2273 (LANG_TYPE_CLASS_CHECK (RECORD_OR_UNION_TYPE_CHECK (NODE))->template_info)2284 ->template_info)
2123 tree template_info = CLASSTYPE_TEMPLATE_INFO (t); local2134 CLASSTYPE_TEMPLATE_INFO (t) = template_info;
6682 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
304 decl_is_template_id (const tree decl, tree* const template_info) in decl_is_template_id() argument314 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()808 tree template_info; in write_name() local810 if (decl_is_template_id (decl, &template_info)) in write_name()813 write_unscoped_template_name (TI_TEMPLATE (template_info)); in write_name()814 write_template_args (TI_ARGS (template_info)); in write_name()912 tree template_info; in write_nested_name() local[all …]
1076 tree template_info; member1537 tree GTY ((tag ("0"))) template_info;2112 ->decl_flags.u.template_info)2122 (LANG_TYPE_CLASS_CHECK (RECORD_OR_UNION_CHECK (NODE))->template_info)2134 ->template_info)3018 (DECL_LANG_SPECIFIC (FUNCTION_DECL_CHECK (DECL))->decl_flags.u.template_info)
705 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
3412 * cp-tree.h (struct lang_decl_flags): Unify the template_info and