Searched refs:IsStringType (Results 1 – 12 of 12) sorted by relevance
27 if (other->IsStringType()) { in Identical()
117 bool Type::IsStringType(const std::string &name, panda::panda_file::SourceLang lang) in IsStringType() function in panda::pandasm::Type
169 static bool IsStringType(const std::string &name, panda::panda_file::SourceLang lang);
397 } else if (panda::pandasm::Type::IsStringType(type_with_slash.GetName(), program_.lang)) { in ParseArrayElementType()
94 if (indexType->IsStringType()) { in Check()
654 if (computedNameType->IsStringType()) { in Check()
237 ASSERT(meta_->IsStringType()); in GetStringMetaData()
165 bool IsStringType() const in IsStringType() function
536 bool IsStringType() const in IsStringType() function
239 EXPECT_FALSE(panda::pandasm::Type::IsStringType(name, language));
124 if (type->IsStringType()) { in ExtractDefinitelyFalsyTypes()
490 if (firInType.IsStringType() || secInType.IsStringType()) { in InferAdd2()987 } else if (inValueType.IsStringType()) { in InferGetIterator()