Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2235 bool areCompatibleVectorTypes(QualType FirstVec, QualType SecondVec);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1768 if (S.Context.areCompatibleVectorTypes(FromType, ToType) || in IsVectorConversion()
2585 Context.areCompatibleVectorTypes(FromPointeeType, ToPointeeType)) { in IsPointerConversion()
4300 bool SCS1IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
4302 bool SCS2IsCompatibleVectorConversion = S.Context.areCompatibleVectorTypes( in CompareStandardConversionSequences()
H A DSemaExpr.cpp9831 if (Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
10702 Context.areCompatibleVectorTypes(LHSType, RHSType)) { in CheckVectorOperands()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9391 bool ASTContext::areCompatibleVectorTypes(QualType FirstVec, in areCompatibleVectorTypes() function in ASTContext