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

/freebsd-9.3-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-9.3-release/usr.bin/lex/
H A Dparse.y523 series : series singleton
531 | singleton
535 singleton : singleton '*' label
542 | singleton '+'
548 | singleton '?'
554 | singleton '{' NUMBER ',' NUMBER '}'
582 | singleton '{' NUMBER ',' '}'
596 | singleton '{' NUMBER '}'
598 /* The singleton coul
[all...]
/freebsd-9.3-release/lib/libc/regex/
H A Dregcomp.c112 static wint_t singleton(cset *cs);
721 if ((ch = singleton(cs)) != OUT) { /* optimize singleton sets */
962 * Emit a singleton set.
1144 - singleton - Determine whether a set contains only one character,
1148 singleton(cset *cs) function

Completed in 101 milliseconds