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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr27331.c4 struct funny_match struct
23 struct funny_match funny_match[10]; local
37 funny_match[funny_match_index++].other = c - '0';
45 recog_operand[funny_match[funny_match_index].other]
46 = recog_operand[funny_match[funny_match_index].this];
/haiku-buildtools/legacy/gcc/gcc/
H A Drecog.c2232 struct funny_match
2246 struct funny_match funny_match[MAX_RECOG_OPERANDS];
2354 funny_match[funny_match_index].this = opno;
2355 funny_match[funny_match_index++].other = c - '0';
2569 recog_operand[funny_match[funny_match_index].other]
2570 = recog_operand[funny_match[funny_match_index].this];
2221 struct funny_match struct
2235 struct funny_match funny_match[MAX_RECOG_OPERANDS]; local
/haiku-buildtools/gcc/gcc/
H A Drecog.c2577 struct funny_match
2590 struct funny_match funny_match[MAX_RECOG_OPERANDS];
2725 funny_match[funny_match_index].this_op = opno;
2726 funny_match[funny_match_index++].other = match;
2856 recog_data.operand[funny_match[funny_match_index].other]
2857 = recog_data.operand[funny_match[funny_match_index].this_op];
2567 struct funny_match struct
2580 struct funny_match funny_match[MAX_RECOG_OPERANDS]; local

Completed in 77 milliseconds