Home | History | Annotate | Download | only in ast

Lines Matching refs:AstUnionType

697 bool AstUnionType::Wellformed() {
774 AstType* result_type = AstUnionType::New(size, zone);
775 AstUnionType* result = result_type->AsUnion();
798 int AstType::UpdateRange(AstType* range, AstUnionType* result, int size,
838 int AstType::IntersectAux(AstType* lhs, AstType* rhs, AstUnionType* result,
976 AstType* result_type = AstUnionType::New(size, zone);
977 AstUnionType* result = result_type->AsUnion();
1010 int AstType::AddToUnion(AstType* type, AstUnionType* result, int size,
1027 AstUnionType* unioned = union_type->AsUnion();