Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9146 S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional()
9226 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/ false, in CheckConditionalOperands()
11060 QualType Sema::CheckVectorOperands(ExprResult &LHS, ExprResult &RHS, in CheckVectorOperands() function in Sema
11493 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
11532 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
11850 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
11965 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckSubtractionOperands()
13621 CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/ false, in CheckVectorCompareOperands()
13838 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, in CheckVectorLogicalOperands()
13970 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
H A DSemaExprCXX.cpp6432 ResultType = CheckVectorOperands( in CheckVectorConditionalTypes()
6831 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/ false, in CXXCheckConditionalOperands()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13019 QualType CheckVectorOperands(ExprResult &LHS, ExprResult &RHS,