Searched refs:IsStringType (Results 1 – 6 of 6) sorted by relevance
149 bool IsStringType(Type type) { in IsStringType() function164 if (IsStringType(operand_type)) return true; in HasStringOperand()172 if (IsStringType(result_type)) return true; in HasStringResult()
101 bool checkTypeString() const { return IsStringType; } in checkTypeString()126 bool IsStringType; variable
40 constexpr bool IsStringType() { in IsStringType() function51 return IsStringType<T>(); in IsMatchingType()
125 RETURN_IF_ERROR(readStringOrId(Reader, TypeID, Type, IsStringType)); in loadNext()