Searched refs:IsTuple (Results 1 – 6 of 6) sorted by relevance
32 struct IsTuple : std::false_type {}; struct35 struct IsTuple<Tuple, std::tuple<Args...>> : std::true_type {}; struct44 template <class Tuple, class = typename std::enable_if<IsTuple<Tuple>::value>::type>57 template <class Tuple, class = typename std::enable_if<IsTuple<Tuple>::value>::type>
142 if (type->IsTuple()) return kOtherInternal; in Lub()471 if (this->IsTuple()) { in SimplyEquals()472 if (!that->IsTuple()) return false; in SimplyEquals()1020 } else if (this->IsTuple()) { in PrintTo()
562 bool IsTuple() { return IsKind(TypeBase::kTuple); } in IsTuple() function
838 if (type->IsTuple() && index < type->AsTuple()->Arity()) { in TypeProjection()
147 if (type->IsTuple()) return kOtherInternal; in Lub()480 if (this->IsTuple()) { in SimplyEquals()481 if (!that->IsTuple()) return false; in SimplyEquals()1259 } else if (this->IsTuple()) { in PrintTo()
833 bool IsTuple() { return IsKind(AstTypeBase::kTuple); } in IsTuple() function