Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20012921 * call.c (joust): Ensure more_specialized()'s argument length
3467 (more_specialized): Add deduction parameter.
3468 * call.c (joust): Adjust more_specialized call.
3477 (more_specialized): Add DEDUCE parameter. Call get_bindings_real
3486 more_specialized.
H A DChangeLog-19961048 (more_specialized): Use get_bindings.
1279 * pt.c (more_specialized): New fn.
1282 * cvt.c (joust): Use more_specialized.
H A DChangeLog-200030 * pt.c (more_specialized): Don't optimize len==0.
43 * call.c (joust): Pass len to more_specialized.
45 * pt.c (more_specialized): Pass len down. Lose explicit_args parm.
5087 (resolve_overloaded_unification, more_specialized): Likewise.
H A DChangeLog-19982959 (more_specialized): Improve formatting.
6570 (joust): Pass extra argument to more_specialized.
6578 (more_specialized): Take additional argument.
6620 (more_specialized): Take explicit template arguments as a
H A DChangeLog-19972126 * cp-tree.h (comp_ptr_ttypes, more_specialized): Add decl.
H A DChangeLog6136 (more_specialized): Replace with ...
6141 (more_specialized): Replace with ...
H A DChangeLog-20031961 * pt.c (more_specialized): Bump processing_template_decl.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dpt.c9518 more_specialized (pat1, pat2, deduce, len) in more_specialized() function
9704 fate = more_specialized (TREE_VALUE (champ), TREE_VALUE (fn),
9722 fate = more_specialized (TREE_VALUE (champ), TREE_VALUE (fn),
H A DChangeLog8898 * call.c (joust): Ensure more_specialized()'s argument length
9444 (more_specialized): Add deduction parameter.
9445 * call.c (joust): Adjust more_specialized call.
9454 (more_specialized): Add DEDUCE parameter. Call get_bindings_real
9463 more_specialized.
9902 * pt.c (more_specialized): Don't optimize len==0.
9915 * call.c (joust): Pass len to more_specialized.
9917 * pt.c (more_specialized): Pass len down. Lose explicit_args parm.
14959 (resolve_overloaded_unification, more_specialized): Likewise.
H A Dcp-tree.h4092 extern int more_specialized PARAMS ((tree, tree, int, int));
H A Dcall.c5804 winner = more_specialized
H A DChangeLog.29747 (more_specialized): Improve formatting.
13358 (joust): Pass extra argument to more_specialized.
13366 (more_specialized): Take additional argument.
13408 (more_specialized): Take explict template arguments as a
15797 * cp-tree.h (comp_ptr_ttypes, more_specialized): Add decl.
17326 (more_specialized): Use get_bindings.
17557 * pt.c (more_specialized): New fn.
17560 * cvt.c (joust): Use more_specialized.