Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/TableGen/
DOpClass.cpp299 traitsVec.push_back(std::move(traitStr)); in addTrait()
304 for (const auto &trait : traitsVec) in writeDeclTo()
/external/llvm-project/mlir/include/mlir/TableGen/
DOpClass.h430 SmallVector<std::string, 4> traitsVec; variable