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

/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c2458 struct z_candidate **cand2; local
2471 cand2 = &cand1->next;
2472 while (*cand2)
2474 if (TREE_CODE ((*cand2)->fn) == FUNCTION_DECL
2475 && equal_functions (fn, (*cand2)->fn))
2476 *cand2 = (*cand2)->next;
2478 cand2 = &(*cand2)->next;
6094 1: cand1 is better than cand2
6099 joust(struct z_candidate *cand1, struct z_candidate *cand2, bool warn) argument
[all...]
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_bdg.c398 uint32_t cand = NM_BDG_NOPORT, cand2 = NM_BDG_NOPORT; local
447 cand2 = b->bdg_port_index[b->bdg_active_ports + 1];
449 b->bdg_basename, ifname, b->bdg_active_ports, cand, cand2);
525 b->bdg_ports[cand2] = hostna;
526 hostna->bdg_port = cand2;
529 nm_prdis("host %p to bridge port %d", hostna, cand2);

Completed in 95 milliseconds