Searched defs:ETSUnionType (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ | ||
| H A D | etsUnionType.h | 22 class ETSUnionType : public TypeNode { class 24 explicit ETSUnionType(ArenaVector<TypeNode *> &&types) in ETSUnionType() function in ark::es2panda::ir::ETSUnionType |
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ | ||
| H A D | etsUnionType.h | 25 class ETSUnionType : public Type { class |
| H A D | etsUnionType.cpp | 44 ETSUnionType::ETSUnionType(ETSChecker *checker, ArenaVector<Type *> &&constituentTypes) in ETSUnionType() function in ark::es2panda::checker::ETSUnionType [all...] |
Completed in 2 milliseconds