Home
last modified time | relevance | path

Searched refs:TEMPLATE_PARM_DECL (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dptree.c225 print_node (file, "decl", TEMPLATE_PARM_DECL (node), indent+4); in cxx_print_xnode()
H A Dcxx-pretty-print.c204 pp_cxx_unqualified_id (pp, TEMPLATE_PARM_DECL (t)); in pp_cxx_unqualified_id()
2900 pp_cxx_tree_identifier (pp, DECL_NAME (TEMPLATE_PARM_DECL (parm))); in pp_cxx_parameter_mapping()
H A Dtree.c2722 TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (t2)) = decl; in bind_template_template_parm()
3819 && same_type_p (TREE_TYPE (TEMPLATE_PARM_DECL (t1)), in cp_tree_equal()
3820 TREE_TYPE (TEMPLATE_PARM_DECL (t2)))); in cp_tree_equal()
H A Dcp-tree.def143 together the descendants. The TEMPLATE_PARM_DECL is the
H A Dconstraint.cc523 verbatim ("MAP %qD TO %qE", TEMPLATE_PARM_DECL (parm), arg); in debug_parameter_mapping()
H A Dpt.c490 pushdecl (TEMPLATE_PARM_DECL (DECL_INITIAL (parm))); in push_inline_template_parms_recursive()
1840 (TREE_TYPE (TEMPLATE_PARM_DECL (arg)), val); in iterative_hash_template_arg()
4240 name = DECL_NAME (TEMPLATE_PARM_DECL (pack)); in check_for_bare_parameter_packs()
4398 TEMPLATE_PARM_DECL (t) = decl; in build_template_parm_index()
4452 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level()
7712 TEMPLATE_PARM_DECL (idx) = ntmpl; in add_defaults_to_ttp()
28409 tree oldconst = TEMPLATE_PARM_DECL (oldidx); in rewrite_template_parm()
H A Dcp-tree.h5738 #define TEMPLATE_PARM_DECL(NODE) (TEMPLATE_PARM_INDEX_CAST (NODE)->decl) macro
5755 (TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (NODE)))
H A Derror.c2646 dump_decl (pp, TEMPLATE_PARM_DECL (t), flags & ~TFF_DECL_SPECIFIERS); in dump_expr()
H A Dsemantics.c3798 decl = TEMPLATE_PARM_DECL (decl); in finish_id_expression_1()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dptree.cc330 print_node (file, "decl", TEMPLATE_PARM_DECL (node), indent+4); in cxx_print_xnode()
H A Dcxx-pretty-print.cc205 pp_cxx_unqualified_id (pp, TEMPLATE_PARM_DECL (t)); in pp_cxx_unqualified_id()
2894 else if (tree name = DECL_NAME (TEMPLATE_PARM_DECL (parm))) in pp_cxx_parameter_mapping()
H A Dtree.cc2909 TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (t2)) = decl; in bind_template_template_parm()
4067 && same_type_p (TREE_TYPE (TEMPLATE_PARM_DECL (t1)), in cp_tree_equal()
4068 TREE_TYPE (TEMPLATE_PARM_DECL (t2)))); in cp_tree_equal()
H A Dcp-tree.def143 together the descendants. The TEMPLATE_PARM_DECL is the
H A Dconstraint.cc547 verbatim ("MAP %qD TO %qE", TEMPLATE_PARM_DECL (parm), arg); in debug_parameter_mapping()
H A Dpt.cc497 pushdecl (TEMPLATE_PARM_DECL (DECL_INITIAL (parm))); in push_inline_template_parms_recursive()
1871 (TREE_TYPE (TEMPLATE_PARM_DECL (arg)), val); in iterative_hash_template_arg()
4370 name = DECL_NAME (TEMPLATE_PARM_DECL (pack)); in check_for_bare_parameter_packs()
4528 TEMPLATE_PARM_DECL (t) = decl; in build_template_parm_index()
4574 tree orig_decl = TEMPLATE_PARM_DECL (index); in reduce_template_parm_level()
7909 TEMPLATE_PARM_DECL (idx) = ntmpl; in add_defaults_to_ttp()
29389 tree oldconst = TEMPLATE_PARM_DECL (oldidx); in rewrite_template_parm()
H A Dcp-tree.h5975 #define TEMPLATE_PARM_DECL(NODE) (TEMPLATE_PARM_INDEX_CAST (NODE)->decl) macro
5992 (TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (NODE)))
H A Derror.cc2731 dump_decl (pp, TEMPLATE_PARM_DECL (t), flags & ~TFF_DECL_SPECIFIERS); in dump_expr()
H A Dmodule.cc9788 && (TREE_CODE (TEMPLATE_PARM_DECL (DECL_INITIAL (decl))) in tpl_parms()
9791 (TEMPLATE_PARM_DECL (DECL_INITIAL (decl))))); in tpl_parms()
H A DChangeLog-19986005 (TEMPLATE_PARM_DECL): Likewise.
6031 (dump_expr): Likewise. Use the TEMPLATE_PARM_DECL to get at the
H A Dsemantics.cc4131 decl = TEMPLATE_PARM_DECL (decl); in finish_id_expression_1()
H A DChangeLog-20202948 from the original TEMPLATE_PARM_DECL to the new lowered one.