Searched defs:CreateETSUnionType (Results 1 – 2 of 2) sorted by relevance
263 Type *CreateETSUnionType(Type *const (&arr)[N]) // NOLINT(modernize-avoid-c-arrays) in CreateETSUnionType() function267 Type *CreateETSUnionType(ArenaVector<Type *> &&constituentTypes) in CreateETSUnionType() function
304 Type *ETSChecker::CreateETSUnionType(Span<Type *const> constituentTypes) in CreateETSUnionType() function in ark::es2panda::checker::ETSChecker