Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2240 bool areCompatibleSveTypes(QualType FirstType, QualType SecondType);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1754 if (S.Context.areCompatibleSveTypes(FromType, ToType) || in IsVectorConversion()
4314 S.Context.areCompatibleSveTypes(SCS1.getFromType(), SCS1.getToType(2)); in CompareStandardConversionSequences()
4316 S.Context.areCompatibleSveTypes(SCS2.getFromType(), SCS2.getToType(2)); in CompareStandardConversionSequences()
H A DSemaChecking.cpp13955 (S.Context.areCompatibleSveTypes(QualType(Target, 0), in CheckImplicitConversion()
14003 if (S.Context.areCompatibleSveTypes(QualType(OriginalTarget, 0), in CheckImplicitConversion()
H A DSemaExpr.cpp9873 if (Context.areCompatibleSveTypes(LHSType, RHSType) || in CheckAssignmentConstraints()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp9426 bool ASTContext::areCompatibleSveTypes(QualType FirstType, in areCompatibleSveTypes() function in ASTContext