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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c10731 int max_arity = 2;
10771 max_arity = 1;
10776 max_arity = 1;
10780 max_arity = 1;
10782 max_arity = 1;
10784 max_arity = 1;
10786 max_arity = 1;
10788 max_arity = 1;
10795 if (arity != max_arity)
10715 int max_arity = 2; local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc11338 int max_arity = 2;
11378 max_arity = 1;
11383 max_arity = 1;
11387 max_arity = 1;
11389 max_arity = 1;
11391 max_arity = 1;
11393 max_arity = 1;
11395 max_arity = 1;
11402 if (arity != max_arity)
11322 int max_arity = 2; local
H A Dcall.cc3495 int min_arity = 0, max_arity = 0; local
3502 max_arity = -1;
3507 ++max_arity;
3509 ++min_arity, ++max_arity;
3515 /*least_p=*/(max_arity == -1));
3518 else if (max_arity != -1 && ia > (unsigned)max_arity)
3521 reason = arity_rejection (NULL_TREE, max_arity, ia);

Completed in 301 milliseconds