Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2344 bool areLaxCompatibleSveTypes(QualType FirstType, QualType SecondType);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp10803 Context.areLaxCompatibleSveTypes(QualType(Target, 0), in CheckImplicitConversion()
10866 Context.areLaxCompatibleSveTypes(QualType(OriginalTarget, 0), in CheckImplicitConversion()
HDSemaOverload.cpp2025 S.Context.areLaxCompatibleSveTypes(FromType, ToType)) { in IsVectorConversion()
HDSemaExpr.cpp9239 Context.areLaxCompatibleSveTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp9926 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes() function in ASTContext