Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c1215 int nalternatives in check_operand_nalternatives() local
1219 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES) in check_operand_nalternatives()
1231 if (n_occurrences (',', constraint) != nalternatives) in check_operand_nalternatives()
/dragonfly/contrib/gcc-8.0/gcc/
HDcfgexpand.c2791 int nalternatives = n_occurrences (',', constraints[0]); in check_operand_nalternatives() local
2793 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES) in check_operand_nalternatives()
2800 if (n_occurrences (',', constraints[i]) != nalternatives) in check_operand_nalternatives()