HomeSort by: relevance | last modified time | path
    Searched defs:tuple1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/isl/dist/interface/
template_cpp.cc 177 Pair(const TupleKindPtr &tuple1, const TupleKindPtr &tuple2) :
178 TupleKind(""), tuple1(tuple1), tuple2(tuple2) {}
187 const TupleKindPtr tuple1; member in struct:Pair
193 * The textual representation of a pair is of the form "pair<tuple1, tuple2>".
197 return std::string("pair<") + tuple1->to_string() + ", " +
221 auto names1 = tuple1->params();
238 return TupleKindPtr(::apply(tuple1, subs), ::apply(tuple2, subs));
245 return tuple1;
template_cpp.cc 177 Pair(const TupleKindPtr &tuple1, const TupleKindPtr &tuple2) :
178 TupleKind(""), tuple1(tuple1), tuple2(tuple2) {}
187 const TupleKindPtr tuple1; member in struct:Pair
193 * The textual representation of a pair is of the form "pair<tuple1, tuple2>".
197 return std::string("pair<") + tuple1->to_string() + ", " +
221 auto names1 = tuple1->params();
238 return TupleKindPtr(::apply(tuple1, subs), ::apply(tuple2, subs));
245 return tuple1;

Completed in 64 milliseconds