Searched defs:IfaceMethodDecl (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | gen_sts.py | 150 methods: list[IfaceMethodDecl], 175 methods: list[IfaceMethodDecl], 187 methods: list[IfaceMethodDecl], 597 methods: list[IfaceMethodDecl], 605 methods: list[IfaceMethodDecl], 640 methods: list[IfaceMethodDecl], 1009 methods: list[IfaceMethodDecl], 1033 methods: list[IfaceMethodDecl], 1041 methods: list[IfaceMethodDecl], 1103 methods: list[IfaceMethodDecl],
|
| D | gen_ani.py | 351 method: IfaceMethodDecl,
|
| D | analyses.py | 582 def __init__(self, am: AnalysisManager, f: IfaceMethodDecl) -> None:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | gen_impl.py | 239 func: IfaceMethodDecl,
|
| D | analyses.py | 57 def __init__(self, am: AnalysisManager, f: IfaceMethodDecl) -> None:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | format.py | 301 def visit_iface_func_decl(self, d: "IfaceMethodDecl"):
|
| D | visitor.py | 287 def visit_iface_func_decl(self, d: "IfaceMethodDecl") -> T: 452 def visit_iface_func_decl(self, d: "IfaceMethodDecl") -> None:
|
| D | declarations.py | 599 class IfaceMethodDecl(NamedDeclWithParent["IfaceDecl"]): class 783 def add_method(self, f: IfaceMethodDecl):
|
| D | analysis.py | 316 def visit_iface_func_decl(self, d: IfaceMethodDecl) -> None:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 67 def __init__(self, am: AnalysisManager, f: IfaceMethodDecl) -> None:
|