Home
last modified time | relevance | path

Searched refs:typesCompatible (Results 1 – 1 of 1) 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()