Home
last modified time | relevance | path

Searched refs:areCompatibleVectorTypes (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1789 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/external/clang/lib/Sema/
DSemaOverload.cpp1468 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()
2230 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
DSemaExpr.cpp7384 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
7905 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
/external/clang/lib/AST/
DASTContext.cpp6759 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext