Home
last modified time | relevance | path

Searched refs:get_bindings (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dpt.c134 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()
DChangeLog-19985546 (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.
DChangeLog-1997944 (get_bindings): Use new calling sequence for fn_type_unification.
1162 (get_bindings): Likewise.
1225 (get_bindings): Likewise.
DChangeLog416 (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.
DChangeLog-20032843 * pt.c (get_bindings): Make definition consistent with
2933 (get_bindings): Remove.
2948 * pt.c (get_bindings): Give it internal linkage.
DChangeLog-19961048 (more_specialized): Use get_bindings.
1066 * pt.c (get_bindings): New fn.
DChangeLog-20013483 (get_bindings): Adjust call to get_bindings_real.