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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1769 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1447 if (S.Context.areCompatibleVectorTypes(FromType, ToType) ||
2195 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) {
H A DSemaExpr.cpp7160 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) {
7649 Context.areCompatibleVectorTypes(LHSType, RHSType)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6703 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, function in class:ASTContext

Completed in 215 milliseconds