Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py337 def visit_string_type(self, t: StringType) -> AbstractTypeABIInfo: member in TypeABIInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py380 def visit_string_type(self, t: StringType) -> AbstractTypeCppInfo: member in TypeCppInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dvisitor.py130 def visit_string_type(self, t: "StringType") -> T: member in TypeVisitor
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py2190 def visit_string_type(self, t: StringType) -> AbstractTypeANIInfo: member in TypeANIInfo