Searched refs:CheckVectorOperands (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 8184 QualType VecResTy = S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional() 8261 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false, in CheckConditionalOperands() 9967 QualType Sema::CheckVectorOperands(ExprResult &LHS, ExprResult &RHS, in CheckVectorOperands() function in Sema 10285 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands() 10319 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands() 10606 QualType compType = CheckVectorOperands( in CheckAdditionOperands() 10710 QualType compType = CheckVectorOperands( in CheckSubtractionOperands() 12174 QualType vType = CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/false, in CheckVectorCompareOperands() 12327 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, in CheckVectorLogicalOperands() 12434 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
|
H A D | SemaExprCXX.cpp | 6035 ResultType = CheckVectorOperands( in CheckVectorConditionalTypes() 6365 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false, in CXXCheckConditionalOperands()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 11625 QualType CheckVectorOperands(ExprResult &LHS, ExprResult &RHS,
|