Home
last modified time | relevance | path

Searched defs:UnionDecl (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Dgen_common.py405 union: UnionDecl,
462 union: UnionDecl,
499 union: UnionDecl,
558 union: UnionDecl,
574 union: UnionDecl,
597 union: UnionDecl,
609 union: UnionDecl,
733 union: UnionDecl,
907 union: UnionDecl,
1024 union: UnionDecl,
[all …]
Danalyses.py93 def __init__(self, am: AnalysisManager, d: UnionDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Dgen_ani.py792 union: UnionDecl,
809 union: UnionDecl,
837 union: UnionDecl,
863 union: UnionDecl,
946 union: UnionDecl,
Dgen_sts.py447 union: UnionDecl,
Danalyses.py827 def __init__(self, am: AnalysisManager, d: UnionDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Dgen_abi.py166 union: UnionDecl,
182 union: UnionDecl,
200 union: UnionDecl,
229 union: UnionDecl,
Danalyses.py80 def __init__(self, am: AnalysisManager, d: UnionDecl) -> None:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Danalysis.py331 def visit_union_decl(self, d: UnionDecl) -> None:
487 def visit_union_decl(self, d: UnionDecl) -> None:
Dformat.py265 def visit_union_decl(self, d: "UnionDecl"):
Dvisitor.py279 def visit_union_decl(self, d: "UnionDecl") -> T:
437 def visit_union_decl(self, d: "UnionDecl") -> None:
Ddeclarations.py719 class UnionDecl(TypeDecl): class
928 def add_union(self, u: UnionDecl):