Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumPostCheckLowering.cpp36 …:CallExpression *CallStaticEnumMethod(checker::ETSChecker *checker, checker::ETSEnumType *enumType, in CallStaticEnumMethod() argument
52 …allExpression *CallInstanceEnumMethod(checker::ETSChecker *checker, checker::ETSEnumType *enumType, in CallInstanceEnumMethod() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumDeclaration.cpp378 checker::Type *enumType = checker->Allocator()->New<checker::EnumLiteralType>( in InferType() local
396 checker::Type *enumType = InferType(checker, isConst_); in Check() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp277 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/compiler/core/
DETSGen.cpp1177 auto enumType = GetUnboxedTypeFromContext(Checker(), node)->AsETSEnumType(); in ApplyUnboxingConversion() local
1327 const auto *const enumType = node->AsExpression()->TsType()->AsETSEnumType(); in EmitBoxingConversion() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1835 checker::Type *enumType = checker->Allocator()->New<checker::EnumLiteralType>( in InferType() local
1851 checker::Type *enumType = InferType(checker, st->IsConst(), st); in Check() local