Searched defs:OptionalType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 260 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/ |
| D | analyses.py | 247 def __init__(self, am: AnalysisManager, t: OptionalType) -> None: 388 def visit_optional_type(self, t: OptionalType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 201 class OptionalType(GenericType): class
|
| D | visitor.py | 164 def visit_optional_type(self, t: "OptionalType") -> T:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 1462 def __init__(self, am: AnalysisManager, t: OptionalType) -> None: 2206 def visit_optional_type(self, t: OptionalType) -> AbstractTypeANIInfo:
|