Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/interface/
H A Dtemplate_cpp.cc148 struct ProperTupleKind : public TupleKind { struct
149 ProperTupleKind(const std::string &name) : TupleKind(name) {} in ProperTupleKind() argument
159 std::vector<std::string> ProperTupleKind::params() const in params()
170 Base(std::make_shared<ProperTupleKind>(name)) in TupleKindPtr()