Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp6989 QualType VecResTy = S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional()
7055 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false, in CheckConditionalOperands()
8669 QualType Sema::CheckVectorOperands(ExprResult &LHS, ExprResult &RHS, in CheckVectorOperands() function in Sema
8922 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
8948 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
9235 QualType compType = CheckVectorOperands( in CheckAdditionOperands()
9329 QualType compType = CheckVectorOperands( in CheckSubtractionOperands()
10743 QualType vType = CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/false, in CheckVectorCompareOperands()
10777 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, in CheckVectorLogicalOperands()
10807 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
H A DSemaExprCXX.cpp5951 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false, in CXXCheckConditionalOperands()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h9750 QualType CheckVectorOperands(ExprResult &LHS, ExprResult &RHS,