Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h2088 bool areCompatibleSveTypes(QualType FirstType, QualType SecondType);
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp1648 if (S.Context.areCompatibleSveTypes(FromType, ToType) || in IsVectorConversion()
4155 S.Context.areCompatibleSveTypes(SCS1.getFromType(), SCS1.getToType(2)); in CompareStandardConversionSequences()
4157 S.Context.areCompatibleSveTypes(SCS2.getFromType(), SCS2.getToType(2)); in CompareStandardConversionSequences()
DSemaExpr.cpp9099 if (Context.areCompatibleSveTypes(LHSType, RHSType) || in CheckAssignmentConstraints()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp8542 bool ASTContext::areCompatibleSveTypes(QualType FirstType, in areCompatibleSveTypes() function in ASTContext