Searched refs:IsReferenceType (Results 1 – 8 of 8) sorted by relevance
150 … if (ETSChecker::IsReferenceType(targetElemType) && ETSChecker::IsReferenceType(sourceElemType)) { in IsSupertypeOf()
145 ASSERT(ETSChecker::IsReferenceType(replType)); in Substitute()
68 if (!checker->IsReferenceType(t)) { in ComputeLUB()
398 if (IsReferenceType(leftType) && IsReferenceType(rightType)) { in CheckBinaryOperatorEqual()437 if (IsReferenceType(otherExp->TsType())) { in CheckBinaryOperatorEqualDynamic()490 if (!IsReferenceType(leftType) || !IsReferenceType(rightType)) { in CheckBinaryOperatorInstanceOf()
541 if (!IsReferenceType(type) && !type->IsETSEnumType() && !type->IsETSStringEnumType() && in ValidateMemberIdentifier()1672 bool ETSChecker::IsReferenceType(const Type *type) in IsReferenceType() function in panda::es2panda::checker::ETSChecker2379 if (!IsReferenceType(type)) { in GetTypeFromTypeAnnotation()
77 if (!typeArgument->IsETSTypeParameter() && !IsReferenceType(typeArgument)) { in IsCompatibleTypeArgument()
483 static bool IsReferenceType(const Type *type);
1210 … !(checker->IsReferenceType(consequentType) && checker->IsReferenceType(alternateType))) { in Check()