Home
last modified time | relevance | path

Searched defs:visit_array_type (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py341 def visit_array_type(self, t: ArrayType) -> AbstractTypeABIInfo: member in TypeABIInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py384 def visit_array_type(self, t: ArrayType) -> AbstractTypeCppInfo: member in TypeCppInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dvisitor.py161 def visit_array_type(self, t: "ArrayType") -> T: member in TypeVisitor
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py2194 def visit_array_type(self, t: ArrayType) -> AbstractTypeANIInfo: member in TypeANIInfo