Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py209 def __init__(self, am: AnalysisManager, t: ScalarType):
329 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeABIInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py191 def __init__(self, am: AnalysisManager, t: ScalarType):
372 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeCppInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dtypes.py100 class ScalarType(BuiltinType): class
Dvisitor.py127 def visit_scalar_type(self, t: "ScalarType") -> T:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py1320 def __init__(self, am: AnalysisManager, t: ScalarType):
2186 def visit_scalar_type(self, t: ScalarType) -> AbstractTypeANIInfo: