Searched refs:TEMPLATE_PARM_DECL (Results 1 – 21 of 21) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | ptree.c | 225 print_node (file, "decl", TEMPLATE_PARM_DECL (node), indent+4); in cxx_print_xnode()
|
| H A D | cxx-pretty-print.c | 204 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 D | tree.c | 2722 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 D | cp-tree.def | 143 together the descendants. The TEMPLATE_PARM_DECL is the
|
| H A D | constraint.cc | 523 verbatim ("MAP %qD TO %qE", TEMPLATE_PARM_DECL (parm), arg); in debug_parameter_mapping()
|
| H A D | pt.c | 490 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 D | cp-tree.h | 5738 #define TEMPLATE_PARM_DECL(NODE) (TEMPLATE_PARM_INDEX_CAST (NODE)->decl) macro 5755 (TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (NODE)))
|
| H A D | error.c | 2646 dump_decl (pp, TEMPLATE_PARM_DECL (t), flags & ~TFF_DECL_SPECIFIERS); in dump_expr()
|
| H A D | semantics.c | 3798 decl = TEMPLATE_PARM_DECL (decl); in finish_id_expression_1()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ptree.cc | 330 print_node (file, "decl", TEMPLATE_PARM_DECL (node), indent+4); in cxx_print_xnode()
|
| H A D | cxx-pretty-print.cc | 205 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 D | tree.cc | 2909 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 D | cp-tree.def | 143 together the descendants. The TEMPLATE_PARM_DECL is the
|
| H A D | constraint.cc | 547 verbatim ("MAP %qD TO %qE", TEMPLATE_PARM_DECL (parm), arg); in debug_parameter_mapping()
|
| H A D | pt.cc | 497 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 D | cp-tree.h | 5975 #define TEMPLATE_PARM_DECL(NODE) (TEMPLATE_PARM_INDEX_CAST (NODE)->decl) macro 5992 (TEMPLATE_PARM_DECL (TEMPLATE_TYPE_PARM_INDEX (NODE)))
|
| H A D | error.cc | 2731 dump_decl (pp, TEMPLATE_PARM_DECL (t), flags & ~TFF_DECL_SPECIFIERS); in dump_expr()
|
| H A D | module.cc | 9788 && (TREE_CODE (TEMPLATE_PARM_DECL (DECL_INITIAL (decl))) in tpl_parms() 9791 (TEMPLATE_PARM_DECL (DECL_INITIAL (decl))))); in tpl_parms()
|
| H A D | ChangeLog-1998 | 6005 (TEMPLATE_PARM_DECL): Likewise. 6031 (dump_expr): Likewise. Use the TEMPLATE_PARM_DECL to get at the
|
| H A D | semantics.cc | 4131 decl = TEMPLATE_PARM_DECL (decl); in finish_id_expression_1()
|
| H A D | ChangeLog-2020 | 2948 from the original TEMPLATE_PARM_DECL to the new lowered one.
|