Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dtemplate_cpp.cc177 Pair(const TupleKindPtr &tuple1, const TupleKindPtr &tuple2) : in Pair()
178 TupleKind(""), tuple1(tuple1), tuple2(tuple2) {} in Pair()
187 const TupleKindPtr tuple1; member
197 return std::string("pair<") + tuple1->to_string() + ", " + in to_string()
221 auto names1 = tuple1->params(); in params()
238 return TupleKindPtr(::apply(tuple1, subs), ::apply(tuple2, subs)); in apply()
245 return tuple1; in left()
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py826 def assertTupleEqual(self, tuple1, tuple2, msg=None): argument
835 self.assertSequenceEqual(tuple1, tuple2, msg, seq_type=tuple)