Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8326 bool Sema::anyAltivecTypes(QualType SrcTy, QualType DestTy) { in anyAltivecTypes() function in Sema
10201 anyAltivecTypes(RHSType, LHSType) && in CheckAssignmentConstraints()
11242 anyAltivecTypes(RHSType, LHSType) && in CheckVectorOperands()
H A DSemaOverload.cpp1892 S.anyAltivecTypes(FromType, ToType) && in IsVectorConversion()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13054 bool anyAltivecTypes(QualType srcType, QualType destType);