Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Parser/
DAffineParser.cpp485 return parseCommaSeparatedListUntil(Token::r_paren, parseElt); in parseDimIdList()
495 return parseCommaSeparatedListUntil(Token::r_square, parseElt); in parseSymbolIdList()
573 if (parseCommaSeparatedListUntil(rightToken, parseElt, in parseAffineMapOfSSAIds()
604 if (parseCommaSeparatedListUntil(Token::r_paren, parseElt, true)) in parseAffineMapRange()
676 if (parseCommaSeparatedListUntil(Token::r_paren, parseElt, true)) in parseIntegerSetConstraints()
DParser.h38 parseCommaSeparatedListUntil(Token::Kind rightToken,
DAttributeParser.cpp77 if (parseCommaSeparatedListUntil(Token::r_square, parseElt)) in parseAttribute()
285 if (parseCommaSeparatedListUntil(Token::r_brace, parseElt)) in parseAttributeDict()
805 if (p.parseCommaSeparatedListUntil(Token::r_square, parseCommaSeparatedList)) in parseList()
DTypeParser.cpp281 parseCommaSeparatedListUntil(Token::greater, parseElt, in parseMemRefType()
DParser.cpp59 Parser::parseCommaSeparatedListUntil(Token::Kind rightToken, in parseCommaSeparatedListUntil() function in Parser
736 return parseCommaSeparatedListUntil(Token::r_square, parseElt, in parseSuccessors()
1582 return parser.parseCommaSeparatedListUntil(Token::r_paren, parseElt); in parseOptionalAssignmentList()
/external/llvm-project/mlir/tools/mlir-linalg-ods-gen/
Dmlir-linalg-ods-gen.cpp392 parseCommaSeparatedListUntil(Token::Kind rightToken, in parseCommaSeparatedListUntil() function in __anon084c004d0211::Parser
827 if (failed(parser.parseCommaSeparatedListUntil(rDelim, parseElt, in parseAffineExprs()
1223 failed(parser.parseCommaSeparatedListUntil( in parseExpression()
1255 if (failed(parser.parseCommaSeparatedListUntil(Token::Kind::equal, parseUse, in parseOneComprehension()
1273 if (failed(parser.parseCommaSeparatedListUntil( in parseOneComprehension()
1380 if (failed(parser.parseCommaSeparatedListUntil( in parseAndEmitODSDef()
1391 if (failed(parser.parseCommaSeparatedListUntil( in parseAndEmitODSDef()