Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2344 bool areLaxCompatibleSveTypes(QualType FirstType, QualType SecondType);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10803 Context.areLaxCompatibleSveTypes(QualType(Target, 0), in CheckImplicitConversion()
10866 Context.areLaxCompatibleSveTypes(QualType(OriginalTarget, 0), in CheckImplicitConversion()
H A DSemaOverload.cpp2025 S.Context.areLaxCompatibleSveTypes(FromType, ToType)) { in IsVectorConversion()
H A DSemaExpr.cpp9239 Context.areLaxCompatibleSveTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9926 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes() function in ASTContext