Home
last modified time | relevance | path

Searched refs:DECL_TI_ARGS (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc1576 && uses_template_parms (DECL_TI_ARGS (spec))) in register_specialization()
2337 tree fargs = DECL_TI_ARGS (fn); in determine_specialization()
2515 *targs_out = copy_node (DECL_TI_ARGS (fn)); in determine_specialization()
3989 cp_walk_tree (&DECL_TI_ARGS (t), in find_parameter_packs_r()
5982 && check_for_bare_parameter_packs (DECL_TI_ARGS (decl))) in push_template_decl()
6058 && DECL_TEMPLATE_INFO (decl) && DECL_TI_ARGS (decl) in push_template_decl()
6067 args = DECL_TI_ARGS (decl); in push_template_decl()
6215 args = add_outermost_template_args (DECL_TI_ARGS (tmpl), args); in push_template_decl()
10606 WALK_SUBTREE (DECL_TI_ARGS (t)); in for_each_template_parm_r()
10959 && any_dependent_template_arguments_p (DECL_TI_ARGS (fn))); in in_template_function()
[all …]
Dlambda.cc1114 DECL_TI_ARGS (callop)); in maybe_add_lambda_conv_op()
Dmangle.cc549 args = DECL_TI_ARGS (node); in is_std_substitution_char()
4118 && any_dependent_template_arguments_p (DECL_TI_ARGS (decl))); in mangle_decl()
Ddecl2.cc5641 && !uses_template_parms (DECL_TI_ARGS (decl))) in maybe_instantiate_decl()
5956 && uses_template_parms (DECL_TI_ARGS (decl))) in mark_used()
Derror.cc1286 tree args = INNERMOST_TEMPLATE_ARGS (DECL_TI_ARGS (t)); in dump_decl()
1715 template_args = DECL_TI_ARGS (t); in dump_function_decl()
Dcoroutines.cc2515 && DECL_TI_ARGS (orig)) in get_fn_local_identifier()
2517 tree tpl_args = DECL_TI_ARGS (orig); in get_fn_local_identifier()
Dinit.cc627 (init, DECL_TI_ARGS (member), in maybe_instantiate_nsdmi_init()
Dclass.cc1607 tree level = INNERMOST_TEMPLATE_ARGS (DECL_TI_ARGS (t)); in mark_abi_tags()
Dcp-tree.h3847 #define DECL_TI_ARGS(NODE) TI_ARGS (DECL_TEMPLATE_INFO (NODE)) macro
DChangeLog-20152119 (instantiate_template_1): Also set DECL_TI_ARGS based on
DChangeLog-20046035 * pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL
Ddecl.cc8160 outer_targs = DECL_TI_ARGS (decl); in cp_finish_decl()