Home
last modified time | relevance | path

Searched refs:anyAltivecTypes (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp7489 bool Sema::anyAltivecTypes(QualType SrcTy, QualType DestTy) { in anyAltivecTypes() function in Sema
9205 anyAltivecTypes(RHSType, LHSType) && in CheckAssignmentConstraints()
10244 anyAltivecTypes(RHSType, LHSType) && in CheckVectorOperands()
H A DSemaOverload.cpp2051 S.anyAltivecTypes(FromType, ToType) && in IsVectorConversion()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7455 bool anyAltivecTypes(QualType srcType, QualType destType);