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

/freebsd-9.3-release/contrib/gcc/cp/
H A Dcall.c2344 struct z_candidate **last_viable; local
2348 last_viable = &viable;
2357 *last_viable = c;
2360 last_viable = &c->next;

Completed in 191 milliseconds