Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h263 Type *CreateETSUnionType(Type *const (&arr)[N]) // NOLINT(modernize-avoid-c-arrays) in CreateETSUnionType() function
267 Type *CreateETSUnionType(ArenaVector<Type *> &&constituentTypes) in CreateETSUnionType() function
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp304 Type *ETSChecker::CreateETSUnionType(Span<Type *const> constituentTypes) in CreateETSUnionType() function in ark::es2panda::checker::ETSChecker