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