Searched refs:MAX_MAX_OPERANDS (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenoutput.c99 #define MAX_MAX_OPERANDS 40
168 struct operand_data operand[MAX_MAX_OPERANDS];
454 if (max_opno >= MAX_MAX_OPERANDS)
483 if (max_opno >= MAX_MAX_OPERANDS)
513 if (max_opno >= MAX_MAX_OPERANDS)
98 #define MAX_MAX_OPERANDS macro
/openbsd-current/gnu/gcc/gcc/
H A Dgenoutput.c99 #define MAX_MAX_OPERANDS 40
169 struct operand_data operand[MAX_MAX_OPERANDS];
450 if (max_opno >= MAX_MAX_OPERANDS)
479 if (max_opno >= MAX_MAX_OPERANDS)
509 if (max_opno >= MAX_MAX_OPERANDS)
98 #define MAX_MAX_OPERANDS macro

Completed in 187 milliseconds