Searched refs:areCompatibleSveTypes (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2263 bool areCompatibleSveTypes(QualType FirstType, QualType SecondType);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 1865 if (S.Context.areCompatibleSveTypes(FromType, ToType) || in IsVectorConversion() 4469 S.Context.areCompatibleSveTypes(SCS1.getFromType(), SCS1.getToType(2)); in CompareStandardConversionSequences() 4471 S.Context.areCompatibleSveTypes(SCS2.getFromType(), SCS2.getToType(2)); in CompareStandardConversionSequences()
|
| H A D | SemaChecking.cpp | 15696 (S.Context.areCompatibleSveTypes(QualType(Target, 0), in CheckImplicitConversion() 15751 if (S.Context.areCompatibleSveTypes(QualType(OriginalTarget, 0), in CheckImplicitConversion()
|
| H A D | SemaExpr.cpp | 10234 if (Context.areCompatibleSveTypes(LHSType, RHSType) || in CheckAssignmentConstraints()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9441 bool ASTContext::areCompatibleSveTypes(QualType FirstType, in areCompatibleSveTypes() function in ASTContext
|