Home
last modified time | relevance | path

Searched refs:areCompatibleRVVTypes (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2349 bool areCompatibleRVVTypes(QualType FirstType, QualType SecondType);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2032 if (S.Context.areCompatibleRVVTypes(FromType, ToType) || in IsVectorConversion()
4517 S.Context.areCompatibleRVVTypes(SCS1.getFromType(), SCS1.getToType(2)); in CompareStandardConversionSequences()
4519 S.Context.areCompatibleRVVTypes(SCS2.getFromType(), SCS2.getToType(2)); in CompareStandardConversionSequences()
H A DSemaChecking.cpp10808 (Context.areCompatibleRVVTypes(QualType(Target, 0), in CheckImplicitConversion()
H A DSemaExpr.cpp9247 if (Context.areCompatibleRVVTypes(LHSType, RHSType) || in CheckAssignmentConstraints()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9990 bool ASTContext::areCompatibleRVVTypes(QualType FirstType, in areCompatibleRVVTypes() function in ASTContext