Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Parser/
H A DParser.h49 function_ref<ParseResult()> parseElementFn,
55 parseCommaSeparatedList(function_ref<ParseResult()> parseElementFn) { in parseCommaSeparatedList() argument
56 return parseCommaSeparatedList(Delimiter::None, parseElementFn); in parseCommaSeparatedList()
H A DParser.cpp44 function_ref<ParseResult()> parseElementFn, in parseCommaSeparatedList() argument
97 if (parseElementFn()) in parseCommaSeparatedList()
102 if (parseElementFn()) in parseCommaSeparatedList()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/IR/
H A DOpImplementation.h558 function_ref<ParseResult()> parseElementFn,
564 parseCommaSeparatedList(function_ref<ParseResult()> parseElementFn) { in parseCommaSeparatedList() argument
565 return parseCommaSeparatedList(Delimiter::None, parseElementFn); in parseCommaSeparatedList()