Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/cp/
HDtree.c2074 (template_for_substitution (fn)))) in cp_cannot_inline_tree_fn()
HDpt.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()
HDdecl2.c3644 (template_for_substitution (decl)))) in mark_used()
HDcp-tree.h4210 extern tree template_for_substitution (tree);
HDdecl.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()
HDChangeLog-20034055 * cp-tree.h (template_for_substitution): Declare.
4058 * pt.c (template_for_substitution): Give it external linkage.
HDChangeLog-2002403 (template_for_substitution): New funciton.
HDChangeLog-20042575 template_for_substitution, instantiate_decl,