Home
last modified time | relevance | path

Searched refs:current_template_parms (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dfriend.c304 current_template_parms, in make_friend_class()
485 ? current_template_parms in do_friend()
519 && current_template_parms in do_friend()
Dpt.c330 current_template_parms in push_inline_template_parms_recursive()
332 parms, current_template_parms); in push_inline_template_parms_recursive()
333 TEMPLATE_PARMS_FOR_INLINE (current_template_parms) = 1; in push_inline_template_parms_recursive()
420 current_template_parms = TREE_CHAIN (current_template_parms); in maybe_end_member_template_processing()
569 if (current_template_parms) in check_specialization_scope()
1467 (current_template_parms)))) in determine_specialization()
2287 if (!current_template_parms) in check_template_shadow()
2311 || TEMPLATE_PARMS_FOR_INLINE (current_template_parms)) in check_template_shadow()
2499 current_template_parms in end_template_parm_list()
2501 saved_parmlist, current_template_parms); in end_template_parm_list()
[all …]
DChangeLog-19971089 current_template_parms before we start diving through them.
1260 (current_template_parms): Return a vector of all the template
2525 current_template_parms.
Dinit.c996 if (current_template_parms) in expand_member_init()
Dsemantics.c2150 DECL_TEMPLATE_PARMS (tmpl) = current_template_parms; in finish_template_template_parm()
Ddecl.c4015 ? current_template_parms in start_decl()
6746 ? current_template_parms in grokfndecl()
10386 if (!redeclare_class_template (t, current_template_parms)) in xref_tag()
Dcp-tree.h710 #define current_template_parms scope_chain->template_parms macro
DChangeLog-1996632 * *.c: Use processing_template_decl instead of current_template_parms
2956 * decl.c (maybe_push_to_top_level): Save current_template_parms,
DChangeLog-19992691 current_template_parms, processing_template_decl,
2742 (current_template_parms): Remove.
DChangeLog-19984951 current_template_parms and processing_template_decl.