Home
last modified time | relevance | path

Searched refs:function_parameter_pack_p (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-lang.c58 function_parameter_pack_p
H A Dcp-tree.h6963 extern bool function_parameter_pack_p (const_tree);
H A Dpt.c3513 function_parameter_pack_p (const_tree t) in function_parameter_pack_p() function
3541 || !function_parameter_pack_p (pack)) in function_parameter_expanded_from_pack_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-lang.cc60 function_parameter_pack_p
H A DChangeLog-20091265 * cp-tree.h (function_parameter_pack_p, get_function_template_decl,
1267 * pt.c (function_parameter_pack_p, get_function_template_decl,
H A Dcp-tree.h7348 extern bool function_parameter_pack_p (const_tree);
H A DChangeLog-20131281 * pt.c (function_parameter_pack_p): Adjust.
H A Dpt.cc3558 function_parameter_pack_p (const_tree t) in function_parameter_pack_p() function
3586 || !function_parameter_pack_p (pack)) in function_parameter_expanded_from_pack_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks.h502 bool (*function_parameter_pack_p) (const_tree); member
H A Ddwarf2out.c22325 && lang_hooks.function_parameter_pack_p (parm_pack) in gen_formal_parameter_pack_die()
23292 && lang_hooks.function_parameter_pack_p (generic_decl_parm)) in gen_subprogram_die()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.h558 bool (*function_parameter_pack_p) (const_tree); member
H A Ddwarf2out.cc23023 && lang_hooks.function_parameter_pack_p (parm_pack) in gen_formal_parameter_pack_die()
23990 && lang_hooks.function_parameter_pack_p (generic_decl_parm)) in gen_subprogram_die()
H A DChangeLog-20098476 and function_parameter_pack_p hooks. Fix comment for