Home
last modified time | relevance | path

Searched refs:typesCompatible (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp137 static bool typesCompatible(ASTContext &C, QualType A, QualType B) { in typesCompatible() function
170 if (typesCompatible(C, PT, AT->getElementType())) in compatibleWithArrayType()
206 if (typesCompatible(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp178 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg() local
179 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()