Home
last modified time | relevance | path

Searched refs:TEMPLATE_PARM_PARAMETER_PACK (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc3540 && TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (parm))); in template_parameter_pack_p()
3542 return TEMPLATE_PARM_PARAMETER_PACK (parm); in template_parameter_pack_p()
3950 if (TEMPLATE_PARM_PARAMETER_PACK (t)) in find_parameter_packs_r()
4590 TEMPLATE_PARM_PARAMETER_PACK (tpi) in reduce_template_parm_level()
4591 = TEMPLATE_PARM_PARAMETER_PACK (index); in reduce_template_parm_level()
4688 TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (parm)) in process_template_parm()
4867 if (TEMPLATE_PARM_PARAMETER_PACK (t)) in template_parm_to_arg()
6336 && (TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (tmpl_parm)) in redeclare_class_template()
6337 != TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (parm))))) in redeclare_class_template()
7819 if (TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (arg)) in coerce_template_template_parm()
[all …]
Dtree.cc4065 && (TEMPLATE_PARM_PARAMETER_PACK (t1) in cp_tree_equal()
4066 == TEMPLATE_PARM_PARAMETER_PACK (t2)) in cp_tree_equal()
DChangeLog-20072508 * cp-tree.h (TEMPLATE_PARM_PARAMETER_PACK): Use TREE_LANG_FLAG_0.
2647 (TEMPLATE_PARM_PARAMETER_PACK): New.
Dcp-tree.h5976 #define TEMPLATE_PARM_PARAMETER_PACK(NODE) \ macro
5994 (TEMPLATE_PARM_PARAMETER_PACK (TEMPLATE_TYPE_PARM_INDEX (NODE)))
Derror.cc1149 && TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (t))) in dump_simple_decl()
Dtypeck.cc1199 || (TEMPLATE_PARM_PARAMETER_PACK (index1) in comp_template_parms_position()
1200 != TEMPLATE_PARM_PARAMETER_PACK (index2))) in comp_template_parms_position()
DChangeLog-2009995 * tree.c (cp_tree_equal): Add test for TEMPLATE_PARM_PARAMETER_PACK
Dparser.cc31381 && !TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (parm))) in cp_parser_template_declaration_after_parameters()
31386 || !TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (parm))) in cp_parser_template_declaration_after_parameters()
31397 || !TEMPLATE_PARM_PARAMETER_PACK (DECL_INITIAL (parm))) in cp_parser_template_declaration_after_parameters()
DChangeLog-20174618 (rewrite_template_parm): Copy TEMPLATE_PARM_PARAMETER_PACK from oldidx