Searched defs:StructType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 189 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/ |
| D | analyses.py | 169 def __init__(self, am: AnalysisManager, t: StructType): 364 def visit_struct_type(self, t: StructType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 297 class StructType(UserType): class
|
| D | visitor.py | 144 def visit_struct_type(self, t: "StructType") -> T:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 1185 def __init__(self, am: AnalysisManager, t: StructType): 2178 def visit_struct_type(self, t: StructType) -> AbstractTypeANIInfo:
|