Searched refs:champ (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c6382 struct z_candidate *champ = candidates, *challenger; local
6386 /* Walk through the list once, comparing each current champ to the next
6389 for (challenger = champ->next; challenger; )
6391 fate = joust (champ, challenger, 0);
6398 champ = challenger->next;
6399 if (champ == 0)
6405 champ = challenger;
6409 challenger = champ->next;
6413 /* Make sure the champ is better than all the candidates it hasn't yet
6417 challenger != champ
[all...]
H A Dpt.c11420 tree fn, champ;
11424 champ = templates;
11429 if (get_bindings (TREE_VALUE (champ),
11435 DECL_TEMPLATE_RESULT (TREE_VALUE (champ)),
11440 champ = fn;
11446 champ = fn;
11452 if (champ)
11453 /* Now verify that champ is better than everything earlier in the
11455 for (fn = templates; fn != champ; fn = TREE_CHAIN (fn))
11456 if (get_bindings (TREE_VALUE (champ),
11418 tree fn, champ; local
11548 tree champ; local
[all...]

Completed in 191 milliseconds