Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py329 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeABIInfo: member in TypeABIInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py372 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeCppInfo: member in TypeCppInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dvisitor.py127 def visit_scalar_type(self, t: "ScalarType") -> T: member in TypeVisitor
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py2186 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeANIInfo: member in TypeANIInfo