Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenmatch.c4873 cpts[c->where].safe_push (c); in walk_captures()
4874 walk_captures (c->what, cpts); in walk_captures()
4878 walk_captures (e->ops[i], cpts); in walk_captures()
4888 auto_vec<vec<capture *> > cpts; in finish_match_operand() local
4890 walk_captures (op, cpts); in finish_match_operand()
4891 for (unsigned i = 0; i < cpts.length (); ++i) in finish_match_operand()
4896 if (cpts[i][j]->value_match) in finish_match_operand()
4900 value_match = cpts[i][j]; in finish_match_operand()
4917 cpts[i][j]->where = newid; in finish_match_operand()
4918 cpts[i][j]->value_match = true; in finish_match_operand()
[all …]