Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2272 bool areCompatibleRVVTypes(QualType FirstType, QualType SecondType);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1873 if (S.Context.areCompatibleRVVTypes(FromType, ToType) || in IsVectorConversion()
4483 S.Context.areCompatibleRVVTypes(SCS1.getFromType(), SCS1.getToType(2)); in CompareStandardConversionSequences()
4485 S.Context.areCompatibleRVVTypes(SCS2.getFromType(), SCS2.getToType(2)); in CompareStandardConversionSequences()
H A DSemaChecking.cpp15703 (S.Context.areCompatibleRVVTypes(QualType(Target, 0), in CheckImplicitConversion()
H A DSemaExpr.cpp10243 if (Context.areCompatibleRVVTypes(LHSType, RHSType) || in CheckAssignmentConstraints()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9540 bool ASTContext::areCompatibleRVVTypes(QualType FirstType, in areCompatibleRVVTypes() function in ASTContext