Searched refs:push_template_decl (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl2.c808 value = push_template_decl (value);
881 value = push_template_decl (value);
H A Ddecl.c4063 tem = push_template_decl (tem);
11153 /* We must call push_template_decl after current_class_type is set
11160 tree newdecl1 = push_template_decl (decl1);
12106 fndecl = push_template_decl (fndecl);
H A Dsemantics.c1122 decl = push_template_decl (decl);
H A Dcp-tree.h4174 extern tree push_template_decl (tree);
H A Dpt.c521 global template class, push_template_decl handles putting the
721 push_template_decl (TYPE_MAIN_DECL (type));
2590 a member template. Used by push_template_decl below. */
2635 /* Subroutine of push_template_decl used to see if each template
3330 push_template_decl (tree decl) function
5888 pushtag calling push_template_decl. We don't have to do
H A Dclass.c6261 value = push_template_decl (value);
H A Dparser.c14066 type = push_template_decl (type);

Completed in 284 milliseconds