Home
last modified time | relevance | path

Searched refs:IsStringType (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DstringType.cpp27 if (other->IsStringType()) { in Identical()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DstringType.cpp26 if (other->IsStringType()) { in Identical()
/arkcompiler/runtime_core/assembler/
Dassembly-type.cpp117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() function in panda::pandasm::Type
Dassembly-type.h169 static bool IsStringType(const std::string &name, panda::panda_file::SourceLang lang);
Dassembly-parser.cpp397 } else if (panda::pandasm::Type::IsStringType(type_with_slash.GetName(), program_.lang)) { in ParseArrayElementType()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-type.cpp133 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() function in panda::pandasm::Type
Dassembly-type.h177 static bool IsStringType(const std::string &name, panda::panda_file::SourceLang lang);
Dassembly-parser.cpp407 } else if (panda::pandasm::Type::IsStringType(typeWithSlash.GetName(), program_.lang)) { in ParseArrayElementType()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DmemberExpression.cpp124 if (indexType->IsStringType()) { in Check()
DobjectExpression.cpp677 if (computedNameType->IsStringType()) { in Check()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp74 static bool IsStringType(const ir::AstNode *ast) in IsStringType() function
674IsStringType(ast->AsBinaryExpression()->Left()) && IsStringType(ast->AsBinaryExpression()->Right()… in operator ()()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate.h241 ASSERT(meta_->IsStringType()); in GetStringMetaData()
Dtype_info_accessors.cpp136 } else if (sampleType->IsNone() && leftType.IsStringType() && rightType.IsStringType()) { in HasStringType()
175 …if (!valueType.IsDigitablePrimitiveType() && !valueType.IsStringType() && !valueType.IsSymbolType(… in IsIllegalType()
Dtype.h185 bool IsStringType() const in IsStringType() function
Dtype_info_accessors.h919 bool IsStringType() const in IsStringType() function
921 return GetReceiverGateType().IsStringType(); in IsStringType()
Dshare_gate_meta_data.h216 bool IsStringType() const in IsStringType() function
Dgate_accessor.cpp394 } else if (sampleType->IsNone() && leftType.IsStringType() && rightType.IsStringType()) { in HasStringType()
Dtyped_hcr_lowering.cpp2118 } else if (type.IsStringType()) { in LowerTypeOfCheck()
2153 } else if (type.IsStringType()) { in LowerTypeOf()
Dtyped_bytecode_lowering.cpp766 if (tacc.IsStringType()) { in TryLowerTypedLdObjByNameForBuiltin()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp239 EXPECT_FALSE(panda::pandasm::Type::IsStringType(name, language));
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp123 if (type->IsStringType()) { in ExtractDefinitelyFalsyTypes()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp124 if (type->IsStringType()) { in ExtractDefinitelyFalsyTypes()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp500 if (firInType.IsStringType() || secInType.IsStringType()) { in InferAdd2()
1040 } else if (inValueType.IsStringType()) { in InferGetIterator()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp752 if (indexType->IsStringType()) { in Check()
896 if (computedNameType->IsStringType()) { in Check()