Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2267 bool areLaxCompatibleSveTypes(QualType FirstType, QualType SecondType);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15698 S.Context.areLaxCompatibleSveTypes(QualType(Target, 0), in CheckImplicitConversion()
15753 S.Context.areLaxCompatibleSveTypes(QualType(OriginalTarget, 0), in CheckImplicitConversion()
H A DSemaOverload.cpp1866 S.Context.areLaxCompatibleSveTypes(FromType, ToType)) { in IsVectorConversion()
H A DSemaExpr.cpp10235 Context.areLaxCompatibleSveTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9471 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes() function in ASTContext