Home
last modified time | relevance | path

Searched defs:StructType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py189 def __init__(self, am: AnalysisManager, t: StructType) -> None:
321 def visit_struct_type(self, t: StructType) -> AbstractTypeABIInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py169 def __init__(self, am: AnalysisManager, t: StructType):
364 def visit_struct_type(self, t: StructType) -> AbstractTypeCppInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dtypes.py297 class StructType(UserType): class
Dvisitor.py144 def visit_struct_type(self, t: "StructType") -> T:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py1185 def __init__(self, am: AnalysisManager, t: StructType):
2178 def visit_struct_type(self, t: StructType) -> AbstractTypeANIInfo: