Searched defs:newUnionType (Results 1 – 4 of 4) sorted by relevance
89 auto *newUnionType = Allocator()->New<UnionType>(Allocator(), newConstituentTypes); in CreateUnionType() local120 auto *newUnionType = Allocator()->New<UnionType>(Allocator(), std::move(newConstituentTypes)); in CreateUnionType() local
89 auto *newUnionType = allocator_->New<UnionType>(newConstituentTypes); in CreateUnionType() local121 auto *newUnionType = allocator_->New<UnionType>(std::move(newConstituentTypes)); in CreateUnionType() local
185 Type *newUnionType = allocator->New<UnionType>(std::move(copiedConstituents)); in Instantiate() local
186 Type *newUnionType = allocator->New<UnionType>(allocator, std::move(copiedConstituents)); in Instantiate() local