Searched refs:more_constrained (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | constraint.cc | 3120 more_constrained (tree d1, tree d2) in more_constrained() function
|
H A D | pt.c | 2079 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 D | cp-tree.h | 7938 extern int more_constrained (tree, tree);
|
H A D | class.c | 1118 win = more_constrained (fn, method); in add_method()
|
H A D | call.c | 11545 winner = more_constrained (cand1->fn, cand2->fn); in joust()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | constraint.cc | 3521 more_constrained (tree d1, tree d2) in more_constrained() function
|
H A D | ChangeLog-2015 | 1900 * call.c (joust): Only call more_constrained on decls. 1916 (joust): Check more_constrained.
|
H A D | pt.cc | 2107 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 D | cp-tree.h | 8359 extern int more_constrained (tree, tree);
|
H A D | class.cc | 1161 win = more_constrained (fn, method); in add_method()
|
H A D | call.cc | 12299 winner = more_constrained (cand1->fn, cand2->fn); in joust()
|
H A D | ChangeLog-2019 | 1904 (more_constrained): Normalize before calling out to subsumption. Allow
|