Home
last modified time | relevance | path

Searched refs:funny_match_index (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Drecog.c2280 int funny_match_index; in constrain_operands() local
2297 funny_match_index = 0; in constrain_operands()
2407 funny_match[funny_match_index].this = opno; in constrain_operands()
2408 funny_match[funny_match_index++].other = match; in constrain_operands()
2637 while (--funny_match_index >= 0) in constrain_operands()
2639 recog_data.operand[funny_match[funny_match_index].other] in constrain_operands()
2640 = recog_data.operand[funny_match[funny_match_index].this]; in constrain_operands()