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

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

Completed in 176 milliseconds