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

  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 469 bool least_p; member in struct:rejection_reason::__anon13543::__anon13544
650 arity_rejection (tree first_arg, int expected, int actual, bool least_p = false)
656 r->u.arity.least_p = least_p;
3616 /*least_p=*/(max_arity == -1));
3923 bool least_p)
3925 if (least_p)
4001 r->u.arity.least_p);
pt.cc 7118 unify_arity (bool explain_p, int have, int wanted, bool least_p = false)
7122 if (least_p)
7144 bool least_p = false)
7146 return unify_arity (explain_p, have, wanted, least_p);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 459 bool least_p; member in struct:rejection_reason::__anon15971::__anon15972
631 arity_rejection (tree first_arg, int expected, int actual, bool least_p = false)
637 r->u.arity.least_p = least_p;
3515 /*least_p=*/(max_arity == -1));
3830 bool least_p)
3832 if (least_p)
3906 r->u.arity.least_p);
pt.cc 7010 unify_arity (bool explain_p, int have, int wanted, bool least_p = false)
7014 if (least_p)
7036 bool least_p = false)
7038 return unify_arity (explain_p, have, wanted, least_p);

Completed in 185 milliseconds