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

/freebsd-9.3-release/contrib/gcc/
H A Drecog.h23 #define MAX_RECOG_ALTERNATIVES 30 macro
212 extern struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
H A Drecog.c81 struct operand_alternative recog_op_alt[MAX_RECOG_OPERANDS][MAX_RECOG_ALTERNATIVES];
2112 gcc_assert (recog_data.n_alternatives <= MAX_RECOG_ALTERNATIVES);
H A Dstmt.c1161 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)

Completed in 106 milliseconds