Home
last modified time | relevance | path

Searched defs:ordinal (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.h209 : ETSEnumType(enumDecl, ordinal, member, TypeFlag::ETS_INT_ENUM) in ETSEnumType() argument
224 : ETSEnumType(enumDecl, ordinal, member, TypeFlag::ETS_STRING_ENUM) in ETSEnumType() argument
DetsEnumType.cpp26 ETSEnumType::ETSEnumType(const ir::TSEnumDeclaration *const enumDecl, UType ordinal, in ETSEnumType()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.h119 uint32_t ordinal = nextModuleAsyncEvaluatingOrdinal_++; in NextModuleAsyncEvaluatingOrdinal() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserEnums.cpp223 ir::NumberLiteral *ordinal; in ParseNumberEnum() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp234 checker::ETSEnumType::UType ordinal = -1; in CreateEnumTypeFromEnumDeclaration() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp889 int64_t ordinal = sampData->data()->get()->GetOrdinal(); in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1786 SamplingHeapProfileSample &SetOrdinal(int64_t ordinal) in SetOrdinal()
Dpt_types.cpp2123 int32_t ordinal; in Create() local