Searched refs:areCompatibleVectorTypes (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/AST/ |
D | ASTContext.h | 1789 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
|
/external/llvm-project/clang/include/clang/AST/ |
D | ASTContext.h | 2083 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOverload.cpp | 1662 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion() 2477 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion() 4141 bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences() 4143 bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
|
D | SemaExpr.cpp | 9067 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints() 9906 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 7384 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints() 7905 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 6759 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext
|
/external/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 8515 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext
|