Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DOperator.h213 const_trait_iterator trait_end() const;
/external/llvm-project/mlir/lib/TableGen/
DOperator.cpp224 auto Operator::trait_end() const -> const_trait_iterator { in trait_end() function in Operator
228 return {trait_begin(), trait_end()}; in getTraits()