Home
last modified time | relevance | path

Searched refs:more_constrained (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc3120 more_constrained (tree d1, tree d2) in more_constrained() function
H A Dpt.c2079 int winner = more_constrained (get_template_for_ordering (champ), in most_constrained_function()
2089 if (!more_constrained (get_template_for_ordering (champ), in most_constrained_function()
24399 int winner = more_constrained (decl1, decl2); in more_specialized_fn()
24475 winner = more_constrained (tmpl1, tmpl2); in more_specialized_partial_spec()
24671 fate = more_constrained (t1, t2); in more_specialized_inst()
H A Dcp-tree.h7938 extern int more_constrained (tree, tree);
H A Dclass.c1118 win = more_constrained (fn, method); in add_method()
H A Dcall.c11545 winner = more_constrained (cand1->fn, cand2->fn); in joust()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc3521 more_constrained (tree d1, tree d2) in more_constrained() function
H A DChangeLog-20151900 * call.c (joust): Only call more_constrained on decls.
1916 (joust): Check more_constrained.
H A Dpt.cc2107 int winner = more_constrained (get_template_for_ordering (champ), in most_constrained_function()
2117 if (!more_constrained (get_template_for_ordering (champ), in most_constrained_function()
25309 int winner = more_constrained (decl1, decl2); in more_specialized_fn()
25385 winner = more_constrained (tmpl1, tmpl2); in more_specialized_partial_spec()
25581 fate = more_constrained (t1, t2); in more_specialized_inst()
H A Dcp-tree.h8359 extern int more_constrained (tree, tree);
H A Dclass.cc1161 win = more_constrained (fn, method); in add_method()
H A Dcall.cc12299 winner = more_constrained (cand1->fn, cand2->fn); in joust()
H A DChangeLog-20191904 (more_constrained): Normalize before calling out to subsumption. Allow