HomeSort by: relevance | last modified time | path
    Searched defs:least_p (Results 1 - 2 of 2) 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);
  /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);

Completed in 89 milliseconds