Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypeSyntax.cpp204 if (parser.parseOptionalRParen() || parser.parseOptionalGreater()) in parseFunctionType()
216 if (parser.parseOptionalRParen() || parser.parseOptionalGreater()) in parseFunctionType()
H A DLLVMDialect.cpp2961 if (failed(parser.parseOptionalGreater())) { in parse()
/llvm-project-15.0.7/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp157 if (standardInclude && parser.parseOptionalGreater()) in parse()
/llvm-project-15.0.7/mlir/lib/IR/
H A DExtensibleDialect.cpp27 if (parser.parseOptionalLess() || !parser.parseOptionalGreater()) in typeOrAttrParser()
35 while (parser.parseOptionalGreater()) { in typeOrAttrParser()
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp662 if (succeeded(parser.parseOptionalGreater())) { in parseStructType()
691 succeeded(parser.parseOptionalGreater())) { in parseStructType()
/llvm-project-15.0.7/mlir/lib/Dialect/DLTI/
H A DDLTI.cpp285 if (succeeded(parser.parseOptionalGreater())) in parse()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserImpl.h148 ParseResult parseOptionalGreater() override { in parseOptionalGreater() function
/llvm-project-15.0.7/mlir/unittests/Interfaces/
H A DDataLayoutInterfacesTest.cpp211 if (succeeded(parser.parseOptionalGreater())) in parseAttribute()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h536 virtual ParseResult parseOptionalGreater() = 0;