Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp11410 QualType* CompLHSTy) { in CheckAdditionOperands() argument
11416 CheckVectorOperands(LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands()
11421 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands()
11428 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckAdditionOperands()
11429 if (CompLHSTy) in CheckAdditionOperands()
11430 *CompLHSTy = compType; in CheckAdditionOperands()
11437 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands()
11438 if (CompLHSTy) in CheckAdditionOperands()
11439 *CompLHSTy = compType; in CheckAdditionOperands()
11444 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h12536 BinaryOperatorKind Opc, QualType* CompLHSTy = nullptr);
12539 QualType* CompLHSTy = nullptr);