HomeSort by: relevance | last modified time | path
    Searched defs:splice_viable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 183 static struct z_candidate *splice_viable (struct z_candidate *, bool, bool *);
3781 splice_viable (struct z_candidate *cands, function
4069 which is assumed to have gone through splice_viable and tourney
4070 (if splice_viable succeeded). */
4650 candidates = splice_viable (candidates, false, &any_viable_p);
5017 *candidates = splice_viable (*candidates, false, any_viable_p);
5408 candidates = splice_viable (candidates, true, &any_viable_p);
6118 candidates = splice_viable (candidates, false, &any_viable_p);
7201 candidates = splice_viable (candidates, strict_p, &any_viable_p);
7622 candidates = splice_viable (candidates, true, &any_viable_p)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 174 static struct z_candidate *splice_viable (struct z_candidate *, bool, bool *);
3683 splice_viable (struct z_candidate *cands, function
4365 candidates = splice_viable (candidates, false, &any_viable_p);
4732 *candidates = splice_viable (*candidates, false, any_viable_p);
5090 candidates = splice_viable (candidates, true, &any_viable_p);
5749 candidates = splice_viable (candidates, false, &any_viable_p);
6616 candidates = splice_viable (candidates, strict_p, &any_viable_p);
7029 candidates = splice_viable (candidates, true, &any_viable_p);
11056 candidates = splice_viable (candidates, false, &any_viable_p);

Completed in 30 milliseconds