Home
last modified time | relevance | path

Searched defs:OptionalType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py260 def __init__(self, am: AnalysisManager, t: OptionalType) -> None:
349 def visit_optional_type(self, t: OptionalType) -> AbstractTypeABIInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py247 def __init__(self, am: AnalysisManager, t: OptionalType) -> None:
388 def visit_optional_type(self, t: OptionalType) -> AbstractTypeCppInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dtypes.py201 class OptionalType(GenericType): class
Dvisitor.py164 def visit_optional_type(self, t: "OptionalType") -> T:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py1462 def __init__(self, am: AnalysisManager, t: OptionalType) -> None:
2206 def visit_optional_type(self, t: OptionalType) -> AbstractTypeANIInfo: