Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A 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.
H A DChangeLog-20052604 (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 DChangeLog-20121189 (get_bindings): Adjust for fn_type_unification return type.
1208 instead of get_bindings.
2536 (get_bindings): Change test.
H A DChangeLog-1997944 (get_bindings): Use new calling sequence for fn_type_unification.
1162 (get_bindings): Likewise.
1225 (get_bindings): Likewise.
H A DChangeLog-20062993 (get_bindings): Likewise.
3139 get_bindings.
H A DChangeLog-20032843 * pt.c (get_bindings): Make definition consistent with
2933 (get_bindings): Remove.
2948 * pt.c (get_bindings): Give it internal linkage.
H A DChangeLog-20164161 (get_bindings): Likewise.
4221 (get_bindings): Likewise.
H A Dpt.cc180 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 DChangeLog-19961048 (more_specialized): Use get_bindings.
1066 * pt.c (get_bindings): New fn.
H A DChangeLog-20073084 (get_bindings): Likewise.
H A DChangeLog-20092480 (get_bindings): Build array to pass to fn_type_unification.
H A DChangeLog-20013483 (get_bindings): Adjust call to get_bindings_real.
H A DChangeLog-20133461 (get_bindings): Adjust.
H A DChangeLog-20112301 (get_bindings, more_specialized_fn): Pass false to unification
H A DChangeLog-2021950 (get_bindings): Don't stop at void_list_node.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c185 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()