Home
last modified time | relevance | path

Searched defs:newConstituentTypes (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp58 ArenaVector<Type *> newConstituentTypes(Allocator()->Adapter()); in CreateUnionType() local
69 ArenaVector<Type *> newConstituentTypes(Allocator()->Adapter()); in CreateUnionType() local
100 ArenaVector<Type *> newConstituentTypes(Allocator()->Adapter()); in CreateUnionType() local
Dhelpers.cpp81 ArenaVector<Type *> newConstituentTypes(Allocator()->Adapter()); in GetBaseTypeOfLiteralType() local
145 ArenaVector<Type *> newConstituentTypes(Allocator()->Adapter()); in ExtractDefinitelyFalsyTypes() local
166 ArenaVector<Type *> newConstituentTypes(Allocator()->Adapter()); in RemoveDefinitelyFalsyTypes() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp58 ArenaVector<Type *> newConstituentTypes(allocator_->Adapter()); in CreateUnionType() local
69 ArenaVector<Type *> newConstituentTypes(allocator_->Adapter()); in CreateUnionType() local
101 ArenaVector<Type *> newConstituentTypes(allocator_->Adapter()); in CreateUnionType() local
Dhelpers.cpp73 ArenaVector<Type *> newConstituentTypes(allocator_->Adapter()); in GetBaseTypeOfLiteralType() local
137 ArenaVector<Type *> newConstituentTypes(allocator_->Adapter()); in ExtractDefinitelyFalsyTypes() local
155 ArenaVector<Type *> newConstituentTypes(allocator_->Adapter()); in RemoveDefinitelyFalsyTypes() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp163 ArenaVector<Type *> newConstituentTypes(ProgramAllocator()->Adapter()); in CreateETSUnionType() local