Searched refs:tmpl_decl (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | constraint.cc | 1719 finish_template_introduction (tree tmpl_decl, in finish_template_introduction() argument 1724 tree expr = build_concept_check (tmpl_decl, intro_list, tf_none); in finish_template_introduction() 1775 tree check = build_concept_check (tmpl_decl, in finish_template_introduction()
|
| H A D | parser.c | 29248 tree tmpl_decl = cp_parser_lookup_name_simple (parser, concept_name, in cp_parser_template_introduction() local 29256 || (seen_error () && !concept_definition_p (tmpl_decl))) in cp_parser_template_introduction() 29285 if (tmpl_decl == error_mark_node) in cp_parser_template_introduction() 29287 cp_parser_name_lookup_error (parser, concept_name, tmpl_decl, NLE_NULL, in cp_parser_template_introduction() 29296 tree parms = finish_template_introduction (tmpl_decl, in cp_parser_template_introduction()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | constraint.cc | 1762 finish_template_introduction (tree tmpl_decl, in finish_template_introduction() argument 1767 tree expr = build_concept_check (tmpl_decl, intro_list, tf_none); in finish_template_introduction() 1818 tree check = build_concept_check (tmpl_decl, in finish_template_introduction()
|
| H A D | parser.cc | 31470 tree tmpl_decl = cp_parser_lookup_name_simple (parser, concept_name, in cp_parser_template_introduction() local 31478 || (seen_error () && !concept_definition_p (tmpl_decl))) in cp_parser_template_introduction() 31507 if (tmpl_decl == error_mark_node) in cp_parser_template_introduction() 31509 cp_parser_name_lookup_error (parser, concept_name, tmpl_decl, NLE_NULL, in cp_parser_template_introduction() 31518 tree parms = finish_template_introduction (tmpl_decl, in cp_parser_template_introduction()
|