Home
last modified time | relevance | path

Searched refs:get_template_for_ordering (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c2055 get_template_for_ordering (tree list) in get_template_for_ordering() function
2079 int winner = more_constrained (get_template_for_ordering (champ), in most_constrained_function()
2080 get_template_for_ordering (c)); in most_constrained_function()
2089 if (!more_constrained (get_template_for_ordering (champ), in most_constrained_function()
2090 get_template_for_ordering (c))) in most_constrained_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc2083 get_template_for_ordering (tree list) in get_template_for_ordering() function
2107 int winner = more_constrained (get_template_for_ordering (champ), in most_constrained_function()
2108 get_template_for_ordering (c)); in most_constrained_function()
2117 if (!more_constrained (get_template_for_ordering (champ), in most_constrained_function()
2118 get_template_for_ordering (c))) in most_constrained_function()
H A DChangeLog-20152070 (get_template_for_ordering, most_constrained_function)