Home
last modified time | relevance | path

Searched refs:areLaxCompatibleVectorTypes (Results 1 – 6 of 6) 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/llvm-project/clang/lib/Sema/
DSemaCast.cpp2237 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
DSemaExpr.cpp7294 bool Sema::areLaxCompatibleVectorTypes(QualType srcTy, QualType destTy) { in areLaxCompatibleVectorTypes() function in Sema
7346 return areLaxCompatibleVectorTypes(srcTy, destTy); in isLaxVectorConversion()
7354 if (!areLaxCompatibleVectorTypes(Ty, VectorTy)) in CheckVectorCast()
7413 if (!areLaxCompatibleVectorTypes(SrcTy, DestTy) || in CheckExtVectorCast()
/external/clang/include/clang/Sema/
DSema.h8838 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);
/external/llvm-project/clang/include/clang/Sema/
DSema.h11448 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);