Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DOperator.h127 attribute_iterator attribute_end() const;
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp234 auto Operator::attribute_end() const -> attribute_iterator { in attribute_end() function in Operator
239 return {attribute_begin(), attribute_end()}; in getAttributes()