Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2180 bool areLaxCompatibleSveTypes(QualType FirstType, QualType SecondType);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8712 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp1649 S.Context.areLaxCompatibleSveTypes(FromType, ToType)) { in IsVectorConversion()
H A DSemaChecking.cpp12586 S.Context.areLaxCompatibleSveTypes(QualType(Target, 0), in CheckImplicitConversion()
H A DSemaExpr.cpp9264 Context.areLaxCompatibleSveTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()