Searched refs:CheckVectorOperands (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 8804 S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional() 8884 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/ false, in CheckConditionalOperands() 10656 QualType Sema::CheckVectorOperands(ExprResult &LHS, ExprResult &RHS, in CheckVectorOperands() function in Sema 11059 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands() 11098 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands() 11416 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands() 11531 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands() 13176 CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/ false, in CheckVectorCompareOperands() 13393 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, in CheckVectorLogicalOperands() 13525 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
|
H A D | SemaExprCXX.cpp | 6315 ResultType = CheckVectorOperands( in CheckVectorConditionalTypes() 6707 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/ false, in CXXCheckConditionalOperands()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 12605 QualType CheckVectorOperands(ExprResult &LHS, ExprResult &RHS,
|