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

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000420-1.c5 splice_viable (cands)
6 struct z_candidate *cands;
8 struct z_candidate **p = &cands;
18 return cands;
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c2447 any_viable (cands)
2448 struct z_candidate *cands;
2450 for (; cands; cands = cands->next)
2451 if (pedantic ? cands->viable == 1 : cands->viable)
2457 any_strictly_viable (cands)
2458 struct z_candidate *cands;
2460 for (; cands; cand
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c255 bitmap cands; member in struct:iv_ca
4560 bitmap_clear_bit (ivs->cands, cid);
4618 bitmap_set_bit (ivs->cands, cid);
4653 EXECUTE_IF_SET_IN_BITMAP (ivs->cands, 0, i, bi)
4828 nw->cands = BITMAP_ALLOC (NULL);
4846 BITMAP_FREE ((*ivs)->cands);
4861 bitmap_print (file, ivs->cands, " candidates ","\n");
4944 EXECUTE_IF_SET_IN_BITMAP (ivs->cands, 0, ci, bi)
4965 EXECUTE_IF_AND_IN_BITMAP (use->related_cands, ivs->cands, 0, ci, bi)
5017 EXECUTE_IF_SET_IN_BITMAP (ivs->cands,
[all...]
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcall.c2339 splice_viable (struct z_candidate *cands, argument
2351 cand = &cands;
2367 return viable ? viable : cands;
2371 any_strictly_viable (struct z_candidate *cands) argument
2373 for (; cands; cands = cands->next)
2374 if (cands->viable == 1)

Completed in 257 milliseconds