Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2008257 (convertTo): Use typesSame instead of typesCompatible
H A DChangeLog-2012707 (IRState::typesCompatible): Likewise.
H A DChangeLog-2013998 (IRState::typesCompatible): Replace with d_types_compatible.