Home
last modified time | relevance | path

Searched defs:newUnionType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp89 auto *newUnionType = Allocator()->New<UnionType>(Allocator(), newConstituentTypes); in CreateUnionType() local
120 auto *newUnionType = Allocator()->New<UnionType>(Allocator(), std::move(newConstituentTypes)); in CreateUnionType() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp89 auto *newUnionType = allocator_->New<UnionType>(newConstituentTypes); in CreateUnionType() local
121 auto *newUnionType = allocator_->New<UnionType>(std::move(newConstituentTypes)); in CreateUnionType() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.cpp185 Type *newUnionType = allocator->New<UnionType>(std::move(copiedConstituents)); in Instantiate() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DunionType.cpp186 Type *newUnionType = allocator->New<UnionType>(allocator, std::move(copiedConstituents)); in Instantiate() local