Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dtree.c2074 (template_for_substitution (fn)))) in cp_cannot_inline_tree_fn()
Dpt.c5395 (template_for_substitution (new_friend))) in tsubst_friend_function()
12003 template_for_substitution (tree decl) in template_for_substitution() function
12127 td = template_for_substitution (d); in instantiate_decl()
12356 subst_decl = DECL_TEMPLATE_RESULT (template_for_substitution (d)); in instantiate_decl()
Ddecl2.c3644 (template_for_substitution (decl)))) in mark_used()
Dcp-tree.h4210 extern tree template_for_substitution (tree);
Ddecl.c2154 nt = DECL_TEMPLATE_RESULT (template_for_substitution (nt)); in redeclaration_error_message()
2157 ot = DECL_TEMPLATE_RESULT (template_for_substitution (ot)); in redeclaration_error_message()
DChangeLog-20034055 * cp-tree.h (template_for_substitution): Declare.
4058 * pt.c (template_for_substitution): Give it external linkage.
DChangeLog-2002403 (template_for_substitution): New funciton.
DChangeLog-20042575 template_for_substitution, instantiate_decl,