Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2046 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1597 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()
2399 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
3947 bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
3949 bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
H A DSemaExpr.cpp7891 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
8704 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7814 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext