Searched defs:StringType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | stringType.h | 25 StringType() : Type(TypeFlag::STRING) {} in StringType() function
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | stringType.h | 24 StringType() : Type(TypeFlag::STRING) {} in StringType() function
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 242 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/ |
| D | analyses.py | 226 def __init__(self, am: AnalysisManager, t: StringType): 380 def visit_string_type(self, t: StringType) -> AbstractTypeCppInfo:
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 202 static GateType StringType() in StringType() function
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 126 class StringType(BuiltinType): class
|
| D | visitor.py | 130 def visit_string_type(self, t: "StringType") -> T:
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/pointerAnalysis/ |
| D | PagBuilder.ts | 1679 if (type instanceof StringType) { alias
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 1416 def __init__(self, am: AnalysisManager, t: StringType): 2190 def visit_string_type(self, t: StringType) -> AbstractTypeANIInfo:
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 178 static int32_t StringType() in StringType() function
|