Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h2135 bool areLaxCompatibleSveTypes(QualType FirstType, QualType SecondType);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp8685 bool ASTContext::areLaxCompatibleSveTypes(QualType FirstType, in areLaxCompatibleSveTypes() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp1649 S.Context.areLaxCompatibleSveTypes(FromType, ToType)) { in IsVectorConversion()
H A DSemaExpr.cpp9200 Context.areLaxCompatibleSveTypes(LHSType, RHSType)) { in CheckAssignmentConstraints()