Searched defs:IfaceType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 199 def __init__(self, am: AnalysisManager, t: IfaceType) -> None: 325 def visit_iface_type(self, t: IfaceType) -> AbstractTypeABIInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | analyses.py | 180 def __init__(self, am: AnalysisManager, t: IfaceType): 368 def visit_iface_type(self, t: IfaceType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 315 class IfaceType(UserType): class
|
| D | visitor.py | 150 def visit_iface_type(self, t: "IfaceType") -> T:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 1275 def __init__(self, am: AnalysisManager, t: IfaceType): 2182 def visit_iface_type(self, t: IfaceType) -> AbstractTypeANIInfo:
|