Home
last modified time | relevance | path

Searched defs:visit_optional_type (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py349 def visit_optional_type(self, t: OptionalType) -> AbstractTypeABIInfo: member in TypeABIInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py388 def visit_optional_type(self, t: OptionalType) -> AbstractTypeCppInfo: member in TypeCppInfo
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dvisitor.py164 def visit_optional_type(self, t: "OptionalType") -> T: member in TypeVisitor
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py2206 def visit_optional_type(self, t: OptionalType) -> AbstractTypeANIInfo: member in TypeANIInfo