Home
last modified time | relevance | path

Searched refs:matchers (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenmatch.c405 : id_base (id_base::PREDICATE, id_), matchers (vNULL) {} in predicate_id()
406 vec<simplify *> matchers; member
1013 for (unsigned i = 0; i < matchers.length (); ++i) 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()
1242 vec<operand *> matchers = lower_cond (s->match); in lower_cond() local
1243 for (unsigned i = 0; i < matchers.length (); ++i) in lower_cond()
2658 if (p->p->matchers.exists ()) in gen_predicate()
5054 lower (pred->matchers, gimple); in main()
5058 print_matches (pred->matchers[i]); in main()
[all …]
/dragonfly/contrib/grep/src/
H A Dgrep.c2015 } 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/
H A DREADME59 For an excellent survey on POSIX regexp matchers, see the testregex
/dragonfly/contrib/grep/doc/
H A Dgrep.texi1870 takes over when the fast matchers run into unusual features like