Searched refs:get_bindings (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1998 | 5546 (get_bindings): Deal with specializations of function templates 5563 * pt.c (get_bindings_real): Rename from get_bindings. Add 5565 (get_bindings): Pass 1. 5986 (get_bindings): Don't call add_to_template_args. 6074 (get_bindings): Call add_to_template_args if necessary. 6353 (get_bindings): Deal with static member functions. 6579 (get_bindings): Likewise. 6594 * decl2.c (finish_file): Pass extra argument to get_bindings. 6623 (get_bindings): Likewise. Check that return types match before 6627 (add_maybe_template): Pass extra argument to get_bindings.
|
| H A D | ChangeLog-2005 | 2604 (get_bindings): ... here. Remove length and strict 2607 (determine_specialization): Adjust get_bindings call. 2610 (resolve_overloaded_unification): Adjust get_bindings call. 2613 (most_specialized_instantiation): Adjust get_bindings calls.
|
| H A D | ChangeLog-2012 | 1189 (get_bindings): Adjust for fn_type_unification return type. 1208 instead of get_bindings. 2536 (get_bindings): Change test.
|
| H A D | ChangeLog-1997 | 944 (get_bindings): Use new calling sequence for fn_type_unification. 1162 (get_bindings): Likewise. 1225 (get_bindings): Likewise.
|
| H A D | ChangeLog-2006 | 2993 (get_bindings): Likewise. 3139 get_bindings.
|
| H A D | ChangeLog-2003 | 2843 * pt.c (get_bindings): Make definition consistent with 2933 (get_bindings): Remove. 2948 * pt.c (get_bindings): Give it internal linkage.
|
| H A D | ChangeLog-2016 | 4161 (get_bindings): Likewise. 4221 (get_bindings): Likewise.
|
| H A D | pt.cc | 180 static tree get_bindings (tree, tree, tree, bool); 2353 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true); in determine_specialization() 25422 get_bindings (tree fn, tree decl, tree explicit_args, bool check_rettype) in get_bindings() function 25567 if (get_bindings (t1, DECL_TEMPLATE_RESULT (t2), NULL_TREE, true)) in more_specialized_inst() 25573 if (get_bindings (t2, DECL_TEMPLATE_RESULT (t1), NULL_TREE, true)) in more_specialized_inst()
|
| H A D | ChangeLog-1996 | 1048 (more_specialized): Use get_bindings. 1066 * pt.c (get_bindings): New fn.
|
| H A D | ChangeLog-2007 | 3084 (get_bindings): Likewise.
|
| H A D | ChangeLog-2009 | 2480 (get_bindings): Build array to pass to fn_type_unification.
|
| H A D | ChangeLog-2001 | 3483 (get_bindings): Adjust call to get_bindings_real.
|
| H A D | ChangeLog-2013 | 3461 (get_bindings): Adjust.
|
| H A D | ChangeLog-2011 | 2301 (get_bindings, more_specialized_fn): Pass false to unification
|
| H A D | ChangeLog-2021 | 950 (get_bindings): Don't stop at void_list_node.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 185 static tree get_bindings (tree, tree, tree, bool); 2298 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true); in determine_specialization() 24512 get_bindings (tree fn, tree decl, tree explicit_args, bool check_rettype) in get_bindings() function 24657 if (get_bindings (t1, DECL_TEMPLATE_RESULT (t2), NULL_TREE, true)) in more_specialized_inst() 24663 if (get_bindings (t2, DECL_TEMPLATE_RESULT (t1), NULL_TREE, true)) in more_specialized_inst()
|