Home
last modified time | relevance | path

Searched defs:StringType (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DstringType.h25 StringType() : Type(TypeFlag::STRING) {} in StringType() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DstringType.h24 StringType() : Type(TypeFlag::STRING) {} in StringType() function
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py242 def __init__(self, am: AnalysisManager, t: StringType) -> None:
337 def visit_string_type(self, t: StringType) -> AbstractTypeABIInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py226 def __init__(self, am: AnalysisManager, t: StringType):
380 def visit_string_type(self, t: StringType) -> AbstractTypeCppInfo:
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h202 static GateType StringType() in StringType() function
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dtypes.py126 class StringType(BuiltinType): class
Dvisitor.py130 def visit_string_type(self, t: "StringType") -> T:
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/
DPagBuilder.ts1679 if (type instanceof StringType) { alias
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py1416 def __init__(self, am: AnalysisManager, t: StringType):
2190 def visit_string_type(self, t: StringType) -> AbstractTypeANIInfo:
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h178 static int32_t StringType() in StringType() function