Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp8248 QualType VecResTy = S.CheckVectorOperands(LHS, RHS, QuestionLoc, in OpenCLCheckVectorConditional()
8325 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false, in CheckConditionalOperands()
10031 QualType Sema::CheckVectorOperands(ExprResult &LHS, ExprResult &RHS, in CheckVectorOperands() function in Sema
10349 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckMultiplyDivideOperands()
10383 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckRemainderOperands()
10686 QualType compType = CheckVectorOperands( in CheckAdditionOperands()
10790 QualType compType = CheckVectorOperands( in CheckSubtractionOperands()
12272 QualType vType = CheckVectorOperands(LHS, RHS, Loc, /*isCompAssign*/false, in CheckVectorCompareOperands()
12448 QualType vType = CheckVectorOperands(LHS, RHS, Loc, false, in CheckVectorLogicalOperands()
12555 return CheckVectorOperands(LHS, RHS, Loc, IsCompAssign, in CheckBitwiseOperands()
H A DSemaExprCXX.cpp6084 ResultType = CheckVectorOperands( in CheckVectorConditionalTypes()
6413 return CheckVectorOperands(LHS, RHS, QuestionLoc, /*isCompAssign*/false, in CXXCheckConditionalOperands()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11726 QualType CheckVectorOperands(ExprResult &LHS, ExprResult &RHS,