Home
last modified time | relevance | path

Searched refs:DECL_TI_TEMPLATE (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dfriend.c489 decl = DECL_TI_TEMPLATE (decl); in do_friend()
568 is_friend_template ? DECL_TI_TEMPLATE (decl) : decl, in do_friend()
Dpt.c243 check_member_template (DECL_TI_TEMPLATE (decl)); in finish_member_template_decl()
244 return DECL_TI_TEMPLATE (decl); in finish_member_template_decl()
293 && PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (type)) in template_class_depth()
877 if (DECL_TEMPLATE_INFO (fn) && DECL_TI_TEMPLATE (fn) == tmpl) in retrieve_specialization()
941 t = DECL_TEMPLATE_INFO (t) ? DECL_TI_TEMPLATE (t) : NULL_TREE) in is_specialization_of()
980 friend = DECL_TI_TEMPLATE (friend); in is_specialization_of_friend()
1064 && PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl)); in is_specialization_of_friend()
1074 (DECL_TEMPLATE_PARMS (DECL_TI_TEMPLATE (decl)), in is_specialization_of_friend()
1078 decl_type = TREE_TYPE (DECL_TI_TEMPLATE (decl)); in is_specialization_of_friend()
1645 return DECL_TI_TEMPLATE (fn); in determine_specialization()
[all …]
Derror.c458 tpl = DECL_TI_TEMPLATE (tpl); in dump_aggr_type()
1202 && (TREE_CODE (DECL_TI_TEMPLATE (t)) != TEMPLATE_DECL in dump_function_name()
1203 || PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (t)))) in dump_function_name()
Ddecl2.c556 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (function))) in check_classfn()
628 || (DECL_TI_TEMPLATE (function) in check_classfn()
629 == DECL_TI_TEMPLATE (fndecl)))) in check_classfn()
Ddecl.c1402 || (DECL_TI_TEMPLATE (newdecl) in duplicate_decls()
1403 != DECL_TI_TEMPLATE (olddecl)))) in duplicate_decls()
1406 || (DECL_TI_TEMPLATE (olddecl) in duplicate_decls()
1407 != DECL_TI_TEMPLATE (newdecl)))))) in duplicate_decls()
1833 new_template = DECL_TI_TEMPLATE (newdecl); in duplicate_decls()
9575 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (d)))) in copy_fn_p()
11186 PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl1)))) in start_preparsed_function()
11204 DECL_CONTEXT (decl1) = DECL_CONTEXT (DECL_TI_TEMPLATE (decl1)); in start_preparsed_function()
Dcall.c2294 if (DECL_TI_TEMPLATE (fn) != tmpl) in add_template_candidate_real()
4839 && DECL_MEMBER_TEMPLATE_P (DECL_TI_TEMPLATE (fn))) in build_over_call()
4841 DECL_TI_TEMPLATE (fn), fn); in build_over_call()
Dmangle.c326 && PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (decl)) in decl_is_template_id()
Dsearch.c818 ret = friend_accessible_p (DECL_TI_TEMPLATE (scope), decl, binfo); in friend_accessible_p()
Dcp-tree.h2238 #define DECL_TI_TEMPLATE(NODE) TI_TEMPLATE (DECL_TEMPLATE_INFO (NODE)) macro
Dtypeck.c2101 && PRIMARY_TEMPLATE_P (DECL_TI_TEMPLATE (fn))) in check_template_keyword()
Dclass.c3879 DECL_TI_TEMPLATE (result) = clone; in build_clone()
DChangeLog-19982788 * cp-tree.h (DECL_TI_TEMPLATE): Improve documentation.
2828 (tsubst, case FUNCTION_DECL): Deal with a DECL_TI_TEMPLATE that is
DChangeLog-2000338 * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.