Searched refs:cands (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20000420-1.c | 5 splice_viable (cands) in splice_viable() argument 6 struct z_candidate *cands; in splice_viable() 8 struct z_candidate **p = &cands; 18 return cands;
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | call.c | 2447 any_viable (cands) in any_viable() argument 2448 struct z_candidate *cands; in any_viable() 2450 for (; cands; cands = cands->next) 2451 if (pedantic ? cands->viable == 1 : cands->viable) 2457 any_strictly_viable (cands) in any_strictly_viable() argument 2458 struct z_candidate *cands; in any_strictly_viable() 2460 for (; cands; cands = cands->next) 2461 if (cands->viable == 1) 2467 splice_viable (cands) in splice_viable() argument 2468 struct z_candidate *cands; in splice_viable() [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-loop-ivopts.c | 255 bitmap cands; member 4560 bitmap_clear_bit (ivs->cands, cid); in iv_ca_set_no_cp() 4618 bitmap_set_bit (ivs->cands, cid); in iv_ca_set_cp() 4653 EXECUTE_IF_SET_IN_BITMAP (ivs->cands, 0, i, bi) in iv_ca_add_use() 4828 nw->cands = BITMAP_ALLOC (NULL); in iv_ca_new() 4846 BITMAP_FREE ((*ivs)->cands); in iv_ca_free() 4861 bitmap_print (file, ivs->cands, " candidates ","\n"); in iv_ca_dump() 4944 EXECUTE_IF_SET_IN_BITMAP (ivs->cands, 0, ci, bi) in iv_ca_narrow() 4965 EXECUTE_IF_AND_IN_BITMAP (use->related_cands, ivs->cands, 0, ci, bi) in iv_ca_narrow() 5017 EXECUTE_IF_SET_IN_BITMAP (ivs->cands, 0, i, bi) in iv_ca_prune() [all …]
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | call.c | 2339 splice_viable (struct z_candidate *cands, in splice_viable() argument 2351 cand = &cands; in splice_viable() 2367 return viable ? viable : cands; in splice_viable() 2371 any_strictly_viable (struct z_candidate *cands) in any_strictly_viable() argument 2373 for (; cands; cands = cands->next) in any_strictly_viable() 2374 if (cands->viable == 1) in any_strictly_viable()
|