Searched defs:ArrayType (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | arrayType.h | 24 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType() function
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | arrayType.h | 25 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType() function
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 251 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/ |
| D | analyses.py | 236 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/ |
| D | analyses.py | 1537 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/ |
| D | types.py | 187 class ArrayType(GenericType): class
|
| D | visitor.py | 161 def visit_array_type(self, t: "ArrayType") -> T:
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | ArkValueTransformer.ts | 1865 if (type instanceof ArrayType || type instanceof TupleType) { alias
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|