Searched refs:areLaxCompatibleVectorTypes (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCast.cpp | 2007 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
|
D | SemaExpr.cpp | 5813 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/ |
D | SemaCast.cpp | 2237 if (Self.areLaxCompatibleVectorTypes(SrcType, DestType)) { in TryReinterpretCast()
|
D | SemaExpr.cpp | 7294 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/ |
D | Sema.h | 8838 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 11448 bool areLaxCompatibleVectorTypes(QualType srcType, QualType destType);
|