Searched refs:tmpl_args (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 2404 tree tmpl_args = NULL_TREE; in perform_koenig_lookup() local 2415 tmpl_args = TREE_OPERAND (fn, 1); in perform_koenig_lookup() 2433 && !any_dependent_template_arguments_p (tmpl_args)) in perform_koenig_lookup() 2447 fn = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fn, tmpl_args); in perform_koenig_lookup()
|
| H A D | pt.c | 10173 tree tmpl_args = DECL_TI_ARGS (DECL_TEMPLATE_RESULT (templ)); in finish_template_variable() local 10174 arglist = add_outermost_template_args (tmpl_args, arglist); in finish_template_variable() 13616 tree tmpl_args; in tsubst_default_arguments() local 13618 tmpl_args = DECL_TI_ARGS (fn); in tsubst_default_arguments() 13622 if (uses_template_parms (tmpl_args)) in tsubst_default_arguments() 14057 tree tmpl_args; in tsubst_template_decl() local 14085 tmpl_args = DECL_CLASS_TEMPLATE_P (t) in tsubst_template_decl() 14093 full_args = tsubst_template_args (tmpl_args, args, in tsubst_template_decl() 14101 if (full_args == tmpl_args) in tsubst_template_decl()
|
| H A D | parser.c | 4542 tree tmpl_args = make_char_string_pack (num_string); in cp_parser_userdef_numeric_literal() local 4543 if (tmpl_args == NULL_TREE) in cp_parser_userdef_numeric_literal() 4549 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_numeric_literal() 4659 tree tmpl_args = make_tree_vec (1); in cp_parser_userdef_string_literal() local 4660 TREE_VEC_ELT (tmpl_args, 0) = value; in cp_parser_userdef_string_literal() 4661 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_string_literal() 4673 TREE_OPERAND (decl, 1) = tmpl_args; in cp_parser_userdef_string_literal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 2633 tree tmpl_args = NULL_TREE; in perform_koenig_lookup() local 2644 tmpl_args = TREE_OPERAND (fn, 1); in perform_koenig_lookup() 2662 && !any_dependent_template_arguments_p (tmpl_args)) in perform_koenig_lookup() 2676 fn = build2 (TEMPLATE_ID_EXPR, unknown_type_node, fn, tmpl_args); in perform_koenig_lookup()
|
| H A D | pt.cc | 14003 tree tmpl_args; in tsubst_default_arguments() local 14005 tmpl_args = DECL_TI_ARGS (fn); in tsubst_default_arguments() 14009 if (uses_template_parms (tmpl_args)) in tsubst_default_arguments() 14470 tree tmpl_args; in tsubst_template_decl() local 14498 tmpl_args = DECL_CLASS_TEMPLATE_P (t) in tsubst_template_decl() 14506 full_args = tsubst_template_args (tmpl_args, args, in tsubst_template_decl() 14514 if (full_args == tmpl_args) in tsubst_template_decl()
|
| H A D | parser.cc | 4759 tree tmpl_args = make_char_string_pack (num_string); in cp_parser_userdef_numeric_literal() local 4760 if (tmpl_args == NULL_TREE) in cp_parser_userdef_numeric_literal() 4766 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_numeric_literal() 4875 tree tmpl_args = make_tree_vec (1); in cp_parser_userdef_string_literal() local 4876 TREE_VEC_ELT (tmpl_args, 0) = value; in cp_parser_userdef_string_literal() 4877 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_string_literal() 4889 TREE_OPERAND (decl, 1) = tmpl_args; in cp_parser_userdef_string_literal()
|