Home
last modified time | relevance | path

Searched defs:enumType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsEnumType.cpp231 [[maybe_unused]] static const ETSEnumType *SpecifyEnumInterface(const checker::Type *enumType) in SpecifyEnumInterface() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsEnumDeclaration.cpp380 checker::Type *enumType = checker->Allocator()->New<checker::EnumLiteralType>( in InferType() local
398 checker::Type *enumType = InferType(checker, isConst_); in Check() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp274 void TSDeclGen::GenEnumType(const checker::ETSIntEnumType *enumType) in GenEnumType() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCreation.cpp235 auto *const enumType = Allocator()->New<EnumType>(enumDecl, ordinal++); in CreateEnumTypeFromEnumDeclaration() local
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1825 checker::Type *enumType = checker->Allocator()->New<checker::EnumLiteralType>( in InferType() local
1841 checker::Type *enumType = InferType(checker, st->IsConst(), st); in Check() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1227 void ETSGen::EmitUnboxEnum(const ir::AstNode *node, const checker::Type *enumType) in EmitUnboxEnum() argument

Completed in 11 milliseconds