Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp7978 bool Sema::anyAltivecTypes(QualType SrcTy, QualType DestTy) { in anyAltivecTypes() function in Sema
9843 if (anyAltivecTypes(RHSType, LHSType) && in CheckAssignmentConstraints()
10808 if (anyAltivecTypes(RHSType, LHSType) && in CheckVectorOperands()
H A DSemaOverload.cpp1772 S.anyAltivecTypes(FromType, ToType) && in IsVectorConversion()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12640 bool anyAltivecTypes(QualType srcType, QualType destType);