Home
last modified time | relevance | path

Searched refs:more_specialized_fn (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog4359 * call.c (joust): Adjust length count to more_specialized_fn.
4360 * pt.c (more_specialized_fn): Cope with non-static member vs
6107 * pt.c (more_specialized_fn): Member functions are unordered wrt
6134 * call.c (joust): Use more_specialized_fn.
6137 (more_specialized_fn): ... this.
6142 (more_specialized_fn): ... this. Implement DR 214.
Dcp-tree.h4126 extern int more_specialized_fn (tree, tree, int);
Dcall.c6226 winner = more_specialized_fn in joust()
Dpt.c11050 more_specialized_fn (tree pat1, tree pat2, int len) in more_specialized_fn() function