Searched refs:singleton (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dgensupport.h79 enum rtx_code singleton; /* if pred takes only one code, that code */ member in struct:pred_data
H A Dgenrecog.c396 pred->singleton = UNKNOWN;
399 pred->singleton = i;
1018 && pred->singleton != PARALLEL)
1023 code = pred->singleton;
H A Dgensupport.c1393 pred->singleton = std_preds[i].codes[0];
/freebsd-10.0-release/contrib/flex/
H A Dparse.y535 series : series singleton
543 | singleton
610 singleton : singleton '*' label
617 | singleton '+'
623 | singleton '?'
629 | singleton BEGIN_REPEAT_FLEX NUMBER ',' NUMBER END_REPEAT_FLEX
657 | singleton BEGIN_REPEAT_FLEX NUMBER ',' END_REPEAT_FLEX
671 | singleton BEGIN_REPEAT_FLEX NUMBER END_REPEAT_FLEX
673 /* The singleton coul
[all...]
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c112 static wint_t singleton(cset *cs);
721 if ((ch = singleton(cs)) != OUT) { /* optimize singleton sets */
963 * Emit a singleton set.
1145 - singleton - Determine whether a set contains only one character,
1149 singleton(cset *cs) function

Completed in 136 milliseconds