Searched defs:enumType (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsEnumDeclaration.cpp | 378 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/compiler/lowering/ets/ |
| D | enumLowering.cpp | 163 … ir::ClassDefinition *const enumClass, EnumType enumType) in CreateEnumItemFields() 233 static ir::TypeNode *CreateType(public_lib::Context *ctx, EnumLoweringPhase::EnumType enumType) in CreateType() 254 … const DeclarationFlags flags, EnumType enumType) in CreateClass() 340 EnumType enumType) in CreateFunctionForCtorOfEnumClass() 401 … EnumLoweringPhase::CreateCtorForEnumClass(ir::ClassDefinition *const enumClass, EnumType enumType) in CreateCtorForEnumClass() 457 EnumType enumType = EnumType::INT; in CreateEnumIntClassFromEnumDeclaration() local
|
| D | enumPostCheckLowering.cpp | 179 auto enumType = MakeTypeReference(ctx, enumName); in CreateEnumIfStatement() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/libani_helpers/tests/ani_signature_builder/ |
| D | ani_signature_builder_test.cpp | 79 Type enumType = Builder::BuildEnum({"com", "example", "MyEnum"}); in TEST() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 1840 checker::Type *enumType = checker->Allocator()->New<checker::EnumLiteralType>( in InferType() local 1856 checker::Type *enumType = InferType(checker, st->IsConst(), st); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 2173 auto enumType = caseTest->TsType()->AsETSObjectType(); in CheckEnumCaseUnqualified() local
|