Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8295 S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional()
8375 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/ false, in CheckConditionalOperands()
10062 QualType Sema::CheckVectorOperands(ExprResult &LHS, ExprResult &RHS, in CheckVectorOperands() function in Sema
10495 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
10534 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
10852 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
10975 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands()
12593 CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/ false, in CheckVectorCompareOperands()
12810 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, in CheckVectorLogicalOperands()
12942 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
H A DSemaExprCXX.cpp6680 ResultType = CheckVectorOperands( in CheckVectorConditionalTypes()
7059 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/ false, in CXXCheckConditionalOperands()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7375 QualType CheckVectorOperands(ExprResult &LHS, ExprResult &RHS,