Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2007 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
DSemaExpr.cpp5813 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes() function in Sema
5845 return areLaxCompatibleVectorTypes(srcTy, destTy); in isLaxVectorConversion()
5853 if (!areLaxCompatibleVectorTypes(Ty, VectorTy)) in CheckVectorCast()
5912 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) in CheckExtVectorCast()
/external/clang/include/clang/Sema/
DSema.h8838 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);