Home
last modified time | relevance | path

Searched defs:IfaceMethodDecl (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Dgen_sts.py150 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],
Dgen_ani.py351 method: IfaceMethodDecl,
Danalyses.py582 def __init__(self, am: AnalysisManager, f: IfaceMethodDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Dgen_impl.py239 func: IfaceMethodDecl,
Danalyses.py57 def __init__(self, am: AnalysisManager, f: IfaceMethodDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dformat.py301 def visit_iface_func_decl(self, d: "IfaceMethodDecl"):
Dvisitor.py287 def visit_iface_func_decl(self, d: "IfaceMethodDecl") -> T:
452 def visit_iface_func_decl(self, d: "IfaceMethodDecl") -> None:
Ddeclarations.py599 class IfaceMethodDecl(NamedDeclWithParent["IfaceDecl"]): class
783 def add_method(self, f: IfaceMethodDecl):
Danalysis.py316 def visit_iface_func_decl(self, d: IfaceMethodDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py67 def __init__(self, am: AnalysisManager, f: IfaceMethodDecl) -> None: