/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lambda.c | 1114 tree objfn = lookup_template_function (DECL_NAME (callop), in maybe_add_lambda_conv_op()
|
H A D | pt.c | 2996 declarator = lookup_template_function (fns, NULL_TREE); in check_explicit_specialization() 9514 lookup_template_function (tree fns, tree arglist) in lookup_template_function() function 10926 template_id = lookup_template_function (fns, arglist); in tsubst_friend_function() 16356 expr = lookup_template_function (expr, template_args); in tsubst_qualified_id() 17011 return lookup_template_function (fn, targs); in tsubst_copy() 19423 tree tid = lookup_template_function (name, targs); in tsubst_copy_and_build() 19460 tree tid = lookup_template_function (templ, targs); in tsubst_copy_and_build()
|
H A D | tree.c | 1675 = lookup_template_function (TREE_OPERAND (fullname, 0), in strip_typedefs()
|
H A D | call.c | 4553 name = lookup_template_function (name, targs); in print_error_for_call_failure() 10101 errname = lookup_template_function (errname, explicit_targs); in complain_about_no_candidates_for_method_call()
|
H A D | decl.c | 8208 fns = lookup_template_function (fns, targs); in get_tuple_decomp_init() 8216 fns = lookup_template_function (get__identifier, targs); in get_tuple_decomp_init()
|
H A D | cp-tree.h | 6938 extern tree lookup_template_function (tree, tree);
|
H A D | typeck.c | 3230 member = lookup_template_function (templ, template_args); in finish_class_member_access_expr()
|
H A D | parser.c | 4549 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_numeric_literal() 4661 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_string_literal() 16776 template_id = lookup_template_function (templ, arguments); in cp_parser_template_id()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 1113 tree objfn = lookup_template_function (DECL_NAME (callop), in maybe_add_lambda_conv_op()
|
H A D | ChangeLog-1997 | 137 * pt.c (lookup_template_function): Copy the template arguments, 877 (lookup_template_function): Likewise.
|
H A D | ChangeLog-2002 | 1918 * pt.c (lookup_template_function): Handle BASELINKs. 2087 lookup_template_function. 2090 * pt.c (lookup_template_function): Add assertions.
|
H A D | call.cc | 4759 name = lookup_template_function (name, targs); in print_error_for_call_failure() 10834 errname = lookup_template_function (errname, explicit_targs); in complain_about_no_candidates_for_method_call() 11251 fn = lookup_template_function (fn, explicit_targs); in build_new_method_call()
|
H A D | pt.cc | 3041 declarator = lookup_template_function (fns, NULL_TREE); in check_explicit_specialization() 9741 lookup_template_function (tree fns, tree arglist) in lookup_template_function() function 11278 template_id = lookup_template_function (fns, arglist); in tsubst_friend_function() 16864 expr = lookup_template_function (expr, template_args); in tsubst_qualified_id() 17550 return lookup_template_function (tmpl, targs); in tsubst_copy() 20206 tree tid = lookup_template_function (name, targs); in tsubst_copy_and_build() 20243 tree tid = lookup_template_function (templ, targs); in tsubst_copy_and_build()
|
H A D | ChangeLog-2003 | 1611 * pt.c (lookup_template_function): Robustify. 2243 (lookup_template_function): Likewise. 2950 (lookup_template_function): Likewise.
|
H A D | tree.cc | 1761 = lookup_template_function (TREE_OPERAND (fullname, 0), in strip_typedefs()
|
H A D | ChangeLog-1998 | 2794 * pt.c (lookup_template_function): Don't needlessly call 3662 an error_mark_node from lookup_template_function, return the same. 4800 (lookup_template_function): Set type of OVERLOAD nodes to unknown.
|
H A D | decl.cc | 8834 fns = lookup_template_function (fns, targs); in get_tuple_decomp_init() 8842 fns = lookup_template_function (get__identifier, targs); in get_tuple_decomp_init()
|
H A D | ChangeLog-2004 | 2570 mangle_class_name_for_template, lookup_template_function, 2875 * pt.c (lookup_template_function, tsubst, tsubst_copy_and_build,
|
H A D | cp-tree.h | 7321 extern tree lookup_template_function (tree, tree);
|
H A D | ChangeLog-2005 | 3048 (lookup_template_function): Just assert FNS is an overloaded
|
H A D | typeck.cc | 3410 member = lookup_template_function (templ, template_args); in finish_class_member_access_expr()
|
H A D | ChangeLog-2011 | 2485 * pt.c (lookup_template_function): Handle non-function.
|
H A D | ChangeLog-2021 | 2628 * pt.c (lookup_template_function): Copy a BASELINK before
|
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
H A D | libcp1plugin.cc | 2664 res = lookup_template_function (res, targlist (targs)); in plugin_build_dependent_expr()
|
/netbsd-src/external/gpl3/gcc/dist/libcc1/ |
H A D | libcp1plugin.cc | 2505 res = lookup_template_function (res, targlist (targs)); in plugin_build_dependent_expr()
|