Searched refs:matchers (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genmatch.c | 405 : id_base (id_base::PREDICATE, id_), matchers (vNULL) {} in predicate_id() 406 vec<simplify *> matchers; member 1012 vec<operand *> matchers = commutate (s->match, s->for_vec); in lower_commutative() local 1013 for (unsigned i = 0; i < matchers.length (); ++i) in lower_commutative() 1015 simplify *ns = new simplify (s->kind, s->id, matchers[i], s->result, in lower_commutative() 1141 vec<operand *> matchers = lower_opt_convert (s->match); in lower_opt_convert() local 1142 for (unsigned i = 0; i < matchers.length (); ++i) in lower_opt_convert() 1144 simplify *ns = new simplify (s->kind, s->id, matchers[i], s->result, in lower_opt_convert() 1242 vec<operand *> matchers = lower_cond (s->match); in lower_cond() local 1243 for (unsigned i = 0; i < matchers.length (); ++i) in lower_cond() [all …]
|
| /dragonfly/contrib/grep/src/ |
| HD | grep.c | 2015 } const matchers[] = { variable 2035 for (int i = 0; i < sizeof matchers / sizeof *matchers; i++) in setmatcher() 2036 if (STREQ (m, matchers[i].name)) in setmatcher() 2899 execute = matchers[matcher].execute; in main() 2900 compiled_pattern = matchers[matcher].compile (keys, keycc, in main() 2901 matchers[matcher].syntax); in main()
|
| /dragonfly/contrib/tre/ |
| HD | README | 59 For an excellent survey on POSIX regexp matchers, see the testregex
|
| /dragonfly/contrib/grep/doc/ |
| HD | grep.texi | 1870 takes over when the fast matchers run into unusual features like
|