Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/abc2program/
Dabc2program_ets_plugin.cpp238 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in GetETSAnnotation() local
275 void AbcFileProcessor::GetETSAnnotationImpl(AnnotationList &annList, const std::string &elemType, in GetETSAnnotationImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp235 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/checker/
DETSAnalyzerHelpers.cpp580 checker::Type *GetIteratorType(ETSChecker *checker, checker::Type *elemType, ir::AstNode *left) in GetIteratorType() argument
DETSAnalyzer.cpp3004 static bool ValidateAndProcessIteratorType(ETSChecker *checker, Type *elemType, ir::ForOfStatement … in ValidateAndProcessIteratorType()
3051 checker::Type *elemType = checker->GlobalTypeError(); in Check() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp879 auto *elemType = prop->TypeAnnotation()->AsTSArrayType()->ElementType(); in CreateLiteralArrayProp() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp804 auto *elemType = checker->GetElementTypeOfArray(prop->TsType()); in CreateLiteralArrayProp() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1127 for (const elemType of typeSet.types) { constant