Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2075 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOverload.cpp1657 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()
2463 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
4078 bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
4080 bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
HDSemaExpr.cpp8346 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
9165 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp8105 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext