Searched refs:get_bindings (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | pt.c | 134 static tree get_bindings (tree, tree, tree, bool); 1514 targs = get_bindings (fn, decl, explicit_targs, /*check_ret=*/true); in determine_specialization() 10101 subargs = get_bindings (fn, DECL_TEMPLATE_RESULT (fn), in resolve_overloaded_unification() 11288 get_bindings (tree fn, tree decl, tree explicit_args, bool check_rettype) in get_bindings() function 11427 if (get_bindings (TREE_VALUE (champ), in most_specialized_instantiation() 11432 if (get_bindings (TREE_VALUE (fn), in most_specialized_instantiation() 11454 if (get_bindings (TREE_VALUE (champ), in most_specialized_instantiation() 11457 || !get_bindings (TREE_VALUE (fn), in most_specialized_instantiation()
|
| 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.
|
| D | ChangeLog-1997 | 944 (get_bindings): Use new calling sequence for fn_type_unification. 1162 (get_bindings): Likewise. 1225 (get_bindings): Likewise.
|
| D | ChangeLog | 416 (get_bindings): Likewise. 3082 (get_bindings): Likewise. 3228 get_bindings. 6188 (get_bindings): ... here. Remove length and strict 6191 (determine_specialization): Adjust get_bindings call. 6194 (resolve_overloaded_unification): Adjust get_bindings call. 6197 (most_specialized_instantiation): Adjust get_bindings calls.
|
| 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.
|
| D | ChangeLog-1996 | 1048 (more_specialized): Use get_bindings. 1066 * pt.c (get_bindings): New fn.
|
| D | ChangeLog-2001 | 3483 (get_bindings): Adjust call to get_bindings_real.
|