Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dmangle.c245 decl_is_template_id (decl, template_info) in decl_is_template_id() argument
247 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; local
712 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 …]
Dcp-tree.h1215 tree template_info; member
1802 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)
Dclass.c2123 tree template_info = CLASSTYPE_TEMPLATE_INFO (t); local
2134 CLASSTYPE_TEMPLATE_INFO (t) = template_info;
DChangeLog6682 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
/openbsd/src/gnu/gcc/gcc/cp/
Dmangle.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()
808 tree template_info; in write_name() local
810 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 …]
Dcp-tree.h1076 tree template_info; member
1537 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)
DChangeLog-2001705 (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
DChangeLog-20043412 * cp-tree.h (struct lang_decl_flags): Unify the template_info and