Searched refs:AsTuple (Results 1 – 5 of 5) sorted by relevance
521 tuple->AsTuple()->InitElement(0, first); in Tuple()522 tuple->AsTuple()->InitElement(1, second); in Tuple()523 tuple->AsTuple()->InitElement(2, third); in Tuple()569 TupleType* AsTuple() { return TupleType::cast(this); } in AsTuple() function
473 TupleType* this_tuple = this->AsTuple(); in SimplyEquals()474 TupleType* that_tuple = that->AsTuple(); in SimplyEquals()1022 for (int i = 0, n = this->AsTuple()->Arity(); i < n; ++i) { in PrintTo()1023 Type* type_i = this->AsTuple()->Element(i); in PrintTo()
838 if (type->IsTuple() && index < type->AsTuple()->Arity()) { in TypeProjection()839 return type->AsTuple()->Element(index); in TypeProjection()
767 tuple->AsTuple()->InitElement(0, first); in Tuple()768 tuple->AsTuple()->InitElement(1, second); in Tuple()769 tuple->AsTuple()->InitElement(2, third); in Tuple()841 AstTupleType* AsTuple() { return AstTupleType::cast(this); } in AsTuple() function
482 AstTupleType* this_tuple = this->AsTuple(); in SimplyEquals()483 AstTupleType* that_tuple = that->AsTuple(); in SimplyEquals()1261 for (int i = 0, n = this->AsTuple()->Arity(); i < n; ++i) { in PrintTo()1262 AstType* type_i = this->AsTuple()->Element(i); in PrintTo()