Lines Matching defs:matchers
65 ArrayAttr matchers, ArrayAttr actions);
67 ArrayAttr &matchers,
843 /// any of the matchers produces a definite failure, reports it and returns
844 /// failure. If all matchers in the block succeed, populates `mappings` with the
1171 ArrayAttr &matchers,
1186 matchers = parser.getBuilder().getArrayAttr(matcherList);
1194 ArrayAttr matchers, ArrayAttr actions) {
1198 matchers, actions, llvm::seq<unsigned>(0, matchers.size()))) {
1202 if (idx != matchers.size() - 1)
1211 return emitOpError() << "expected the same number of matchers and actions";