Searched defs:IfaceDecl (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | gen_abi.py | 246 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,
|
| D | analyses.py | 120 def __init__(self, am: AnalysisManager, d: IfaceDecl) -> None:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | gen_common.py | 1283 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 …]
|
| D | gen_impl.py | 213 iface: IfaceDecl,
|
| D | analyses.py | 108 def __init__(self, am: AnalysisManager, d: IfaceDecl) -> None:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | gen_ani.py | 350 iface: IfaceDecl, 353 ancestor: IfaceDecl, 445 iface: IfaceDecl, 465 iface: IfaceDecl, 494 iface: IfaceDecl, 523 iface: IfaceDecl, 628 iface: IfaceDecl,
|
| D | gen_sts.py | 566 iface: IfaceDecl, 757 iface: IfaceDecl,
|
| D | analyses.py | 932 def __init__(self, am: AnalysisManager, d: IfaceDecl) -> None:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | analysis.py | 336 def visit_iface_decl(self, d: IfaceDecl) -> None: 457 def visit_iface_decl(self, d: IfaceDecl) -> None:
|
| D | format.py | 310 def visit_iface_decl(self, d: "IfaceDecl"):
|
| D | visitor.py | 290 def visit_iface_decl(self, d: "IfaceDecl") -> T: 462 def visit_iface_decl(self, d: "IfaceDecl") -> None:
|
| D | declarations.py | 769 class IfaceDecl(TypeDecl): class 933 def add_interface(self, i: IfaceDecl):
|