Home
last modified time | relevance | path

Searched refs:CompLHSTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10846 QualType* CompLHSTy) { in CheckAdditionOperands() argument
10852 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
10857 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
10864 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckAdditionOperands()
10865 if (CompLHSTy) in CheckAdditionOperands()
10866 *CompLHSTy = compType; in CheckAdditionOperands()
10873 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands()
10874 if (CompLHSTy) in CheckAdditionOperands()
10875 *CompLHSTy = compType; in CheckAdditionOperands()
10880 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7733 BinaryOperatorKind Opc, QualType *CompLHSTy = nullptr);
7736 QualType *CompLHSTy = nullptr);