Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2355 bool areLaxCompatibleRVVTypes(QualType FirstType, QualType SecondType);
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp10021 bool ASTContext::areLaxCompatibleRVVTypes(QualType FirstType, in areLaxCompatibleRVVTypes() function in ASTContext
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp10810 Context.areLaxCompatibleRVVTypes(QualType(Target, 0), in CheckImplicitConversion()
HDSemaOverload.cpp2033 S.Context.areLaxCompatibleRVVTypes(FromType, ToType)) { in IsVectorConversion()
HDSemaExpr.cpp9248 Context.areLaxCompatibleRVVTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()