Home
last modified time | relevance | path

Searched defs:properties_end (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/TableGen/
H A DOperator.h198 const_property_iterator properties_end() const { return properties.end(); } properties_end() function
204 property_iterator properties_end() { return properties.end(); } properties_end() function