Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/ts/
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/checker/types/ets/
DetsEnumType.cpp229 [[maybe_unused]] static const ETSEnumType *SpecifyEnumInterface(const checker::Type *enumType) in SpecifyEnumInterface()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp274 void TSDeclGen::GenEnumType(const checker::ETSIntEnumType *enumType) in GenEnumType()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp235 auto *const enumType = Allocator()->New<EnumType>(enumDecl, ordinal++); in CreateEnumTypeFromEnumDeclaration() local
/arkcompiler/ets_frontend/ets2panda/checker/
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/
DETSGen.cpp1199 void ETSGen::EmitUnboxEnum(const ir::AstNode *node, const checker::Type *enumType) in EmitUnboxEnum()