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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 184 static bool any_strictly_viable (struct z_candidate *);
3834 any_strictly_viable (struct z_candidate *cands) function
4225 if (any_strictly_viable (*candidates))
4673 if (!any_strictly_viable (candidates))
5047 if (!any_strictly_viable (candidates))
6617 bool seen_strictly_viable = any_strictly_viable (*candidates);
11787 if (!any_strictly_viable (candidates))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 175 static bool any_strictly_viable (struct z_candidate *);
3742 any_strictly_viable (struct z_candidate *cands) function
4098 if (any_strictly_viable (*candidates))
4388 if (!any_strictly_viable (candidates))
4762 if (!any_strictly_viable (candidates))
6119 bool seen_strictly_viable = any_strictly_viable (*candidates);
11117 if (!any_strictly_viable (candidates))

Completed in 44 milliseconds