Searched refs:typesCompatible (Results 1 – 2 of 2) sorted by relevance
137 static bool typesCompatible(ASTContext &C, QualType A, QualType B) { in typesCompatible() function170 if (typesCompatible(C, PT, AT->getElementType())) in compatibleWithArrayType()206 if (typesCompatible(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody()
178 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg() local179 if (!typesCompatible && dummy.type.Rank() == 0 && in CheckExplicitDataArg()188 typesCompatible = true; in CheckExplicitDataArg()191 if (typesCompatible) { in CheckExplicitDataArg()482 if (typesCompatible) { in CheckExplicitDataArg()487 if (dummy.intent == common::Intent::In && typesCompatible) { in CheckExplicitDataArg()495 } else if (!actualIsUnlimited && typesCompatible) { in CheckExplicitDataArg()