Home
last modified time | relevance | path

Searched defs:IfaceDecl (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Dgen_abi.py246 iface: IfaceDecl,
261 iface: IfaceDecl,
282 iface: IfaceDecl,
301 iface: IfaceDecl,
319 iface: IfaceDecl,
337 iface: IfaceDecl,
362 iface: IfaceDecl,
395 iface: IfaceDecl,
420 iface: IfaceDecl,
471 iface: IfaceDecl,
Danalyses.py120 def __init__(self, am: AnalysisManager, d: IfaceDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Dgen_common.py1283 iface: IfaceDecl,
1348 iface: IfaceDecl,
1391 iface: IfaceDecl,
1471 iface: IfaceDecl,
1501 iface: IfaceDecl,
1537 iface: IfaceDecl,
1548 iface: IfaceDecl,
1560 iface: IfaceDecl,
1572 iface: IfaceDecl,
1592 iface: IfaceDecl,
[all …]
Dgen_impl.py213 iface: IfaceDecl,
Danalyses.py108 def __init__(self, am: AnalysisManager, d: IfaceDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Dgen_ani.py350 iface: IfaceDecl,
353 ancestor: IfaceDecl,
445 iface: IfaceDecl,
465 iface: IfaceDecl,
494 iface: IfaceDecl,
523 iface: IfaceDecl,
628 iface: IfaceDecl,
Dgen_sts.py566 iface: IfaceDecl,
757 iface: IfaceDecl,
Danalyses.py932 def __init__(self, am: AnalysisManager, d: IfaceDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Danalysis.py336 def visit_iface_decl(self, d: IfaceDecl) -> None:
457 def visit_iface_decl(self, d: IfaceDecl) -> None:
Dformat.py310 def visit_iface_decl(self, d: "IfaceDecl"):
Dvisitor.py290 def visit_iface_decl(self, d: "IfaceDecl") -> T:
462 def visit_iface_decl(self, d: "IfaceDecl") -> None:
Ddeclarations.py769 class IfaceDecl(TypeDecl): class
933 def add_interface(self, i: IfaceDecl):