Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp8579 S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional()
8659 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/ false, in CheckConditionalOperands()
10395 QualType Sema::CheckVectorOperands(ExprResult &LHS, ExprResult &RHS, in CheckVectorOperands() function in Sema
10798 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
10837 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
11155 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
11270 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands()
12895 CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/ false, in CheckVectorCompareOperands()
13112 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, in CheckVectorLogicalOperands()
13238 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
H A DSemaExprCXX.cpp6193 ResultType = CheckVectorOperands( in CheckVectorConditionalTypes()
6614 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/ false, in CXXCheckConditionalOperands()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h12232 QualType CheckVectorOperands(ExprResult &LHS, ExprResult &RHS,