Home | History | Annotate | Download | only in ast

Lines Matching defs:unioned

1027   AstUnionType* unioned = union_type->AsUnion();
1029 DCHECK(unioned->Get(0)->IsBitset());
1032 return unioned->Get(0);
1034 bitset bits = unioned->Get(0)->AsBitset();
1038 if (representation == unioned->Get(1)->Representation()) {
1039 return unioned->Get(1);
1041 if (unioned->Get(1)->IsRange()) {
1042 return AstRangeType::New(unioned->Get(1)->AsRange()->Min(),
1043 unioned->Get(1)->AsRange()->Max(),
1044 unioned->Get(0)->AsBitset(), zone);
1047 unioned->Shrink(size);
1048 SLOW_DCHECK(unioned->Wellformed());