Searched defs:ScalarType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 209 def __init__(self, am: AnalysisManager, t: ScalarType): 329 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeABIInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | analyses.py | 191 def __init__(self, am: AnalysisManager, t: ScalarType): 372 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 100 class ScalarType(BuiltinType): class
|
| D | visitor.py | 127 def visit_scalar_type(self, t: "ScalarType") -> T:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 1320 def __init__(self, am: AnalysisManager, t: ScalarType): 2186 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeANIInfo:
|