Home
last modified time | relevance | path

Searched defs:elemType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
Dabc2program_ets_plugin.cpp236 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in GetETSAnnotation() local
273 void AbcFileProcessor::GetETSAnnotationImpl(AnnotationList &annList, const std::string &elemType, in GetETSAnnotationImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp230 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in EnumerateAnnotations() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp507 auto elemType = GetElemType(); in ElemNumber() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DspreadLowering.cpp118 auto elemType = array->TsType()->AsETSArrayType()->ElementType(); in CreateSpreadArrIteratorStatement() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp515 checker::Type *GetIteratorType(ETSChecker *checker, checker::Type *elemType, ir::AstNode *left) in GetIteratorType() argument
DETSAnalyzer.cpp2307 static bool ValidateAndProcessIteratorType(ETSChecker *checker, Type *elemType, ir::ForOfStatement … in ValidateAndProcessIteratorType()
2359 checker::Type *elemType = nullptr; in Check() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp865 auto *elemType = prop->TypeAnnotation()->AsTSArrayType()->ElementType(); in CreateLiteralArrayProp() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp673 auto *elemType = prop->TsType()->AsETSArrayType()->ElementType(); in CreateLiteralArrayProp() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts953 for (const elemType of typeSet.types) { constant