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

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr27331.c15 extern int nalternatives;
29 while (which_alternative < nalternatives)
/haiku-buildtools/legacy/gcc/gcc/
H A Dstmt.c1195 int nalternatives = n_occurrences (',', TREE_STRING_POINTER (tmp));
1198 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)
1208 if (n_occurrences (',', constraint) != nalternatives)
1184 int nalternatives = n_occurrences (',', TREE_STRING_POINTER (tmp)); local
/haiku-buildtools/gcc/gcc/
H A Dcfgexpand.c2446 int nalternatives local
2450 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)
2462 if (n_occurrences (',', constraint) != nalternatives)

Completed in 121 milliseconds