Searched refs:areCompatibleVectorTypes (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2526 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 2206 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion() 2212 !S.Context.areCompatibleVectorTypes(FromType, ToType) && in IsVectorConversion() 3024 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion() 4725 bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences() 4727 bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
|
| H A D | SemaExpr.cpp | 9356 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints() 9370 !Context.areCompatibleVectorTypes(RHSType, LHSType)) in CheckAssignmentConstraints() 10311 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands() 10461 !Context.areCompatibleVectorTypes(RHSType, LHSType)) in CheckVectorOperands()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 10490 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8942 …areCompatibleVectorTypesENS_8QualTypeES1_", "clang::ASTContext::areCompatibleVectorTypes(clang::Qu…
|