Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp138 static bool typesCompatible(ASTContext &C, QualType A, QualType B) { in typesCompatible() function
167 if (typesCompatible(C, PT, AT->getElementType())) in compatibleWithArrayType()
203 if (typesCompatible(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp137 static bool typesCompatible(ASTContext &C, QualType A, QualType B) { in typesCompatible() function
166 if (typesCompatible(C, PT, AT->getElementType())) in compatibleWithArrayType()
202 if (typesCompatible(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody()
/external/llvm-project/flang/lib/Semantics/
Dcheck-call.cpp149 bool typesCompatible{dummy.type.type().IsTkCompatibleWith(actualType.type())}; in CheckExplicitDataArg() local
150 if (typesCompatible) { in CheckExplicitDataArg()
429 if (typesCompatible) { in CheckExplicitDataArg()
434 if (dummy.intent == common::Intent::In && typesCompatible) { in CheckExplicitDataArg()
442 } else if (!actualIsUnlimited && typesCompatible) { in CheckExplicitDataArg()