Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2131 bool areCompatibleSveTypes(QualType FirstType, QualType SecondType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1648 if (S.Context.areCompatibleSveTypes(FromType, ToType) || in IsVectorConversion()
4158 S.Context.areCompatibleSveTypes(SCS1.getFromType(), SCS1.getToType(2)); in CompareStandardConversionSequences()
4160 S.Context.areCompatibleSveTypes(SCS2.getFromType(), SCS2.getToType(2)); in CompareStandardConversionSequences()
H A DSemaExpr.cpp9199 if (Context.areCompatibleSveTypes(LHSType, RHSType) || in CheckAssignmentConstraints()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8656 bool ASTContext::areCompatibleSveTypes(QualType FirstType, in areCompatibleSveTypes() function in ASTContext