Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DarrayType.h24 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType() function
/arkcompiler/ets_frontend/es2panda/typescript/types/
DarrayType.h25 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType() function
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py251 def __init__(self, am: AnalysisManager, t: ArrayType) -> None:
341 def visit_array_type(self, t: ArrayType) -> AbstractTypeABIInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py236 def __init__(self, am: AnalysisManager, t: ArrayType) -> None:
384 def visit_array_type(self, t: ArrayType) -> AbstractTypeCppInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py1537 def __init__(self, am: AnalysisManager, t: ArrayType) -> None:
1594 def __init__(self, am: AnalysisManager, t: ArrayType) -> None:
1676 def __init__(self, am: AnalysisManager, t: ArrayType) -> None:
1732 def __init__(self, am: AnalysisManager, t: ArrayType):
1824 def __init__(self, am: AnalysisManager, t: ArrayType) -> None:
2194 def visit_array_type(self, t: ArrayType) -> AbstractTypeANIInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dtypes.py187 class ArrayType(GenericType): class
Dvisitor.py161 def visit_array_type(self, t: "ArrayType") -> T:
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkValueTransformer.ts1865 if (type instanceof ArrayType || type instanceof TupleType) { alias
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument