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

/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-loop-ivopts.c2107 add_candidate (struct ivopts_data *data, function
2125 add_candidate (data, build_int_cst (type, 0), build_int_cst (type, 1),
2150 add_candidate (data, iv->base, iv->step, true, NULL);
2153 add_candidate (data,
2197 add_candidate (data, iv->base, iv->step, false, use);
2202 add_candidate (data, build_int_cst (TREE_TYPE (iv->base), 0),
2208 add_candidate (data, base, iv->step, false, use);
/openbsd-current/gnu/gcc/gcc/cp/
H A Dcall.c179 static struct z_candidate *add_candidate
1295 add_candidate (struct z_candidate **candidates, function
1450 return add_candidate (candidates, fn, orig_arglist, len, convs,
1530 return add_candidate (candidates, totype, arglist, len, convs,
1582 add_candidate (candidates, fnname, /*args=*/NULL_TREE,
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dcall.c96 static struct z_candidate *add_candidate
1392 add_candidate (struct z_candidate **candidates, function
1538 return add_candidate (candidates, fn, convs, access_path,
1619 return add_candidate (candidates, totype, convs, access_path,
1669 add_candidate (candidates, fnname, convs,

Completed in 105 milliseconds