Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp90 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.cpp186 Type *newUnionType = allocator->New<UnionType>(std::move(copiedConstituents)); in Instantiate() local