Searched refs:CompLHSTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaExpr.cpp | 10681 QualType* CompLHSTy) { in CheckAdditionOperands() argument 10687 LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands() 10690 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands() 10697 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands() 10698 if (CompLHSTy) in CheckAdditionOperands() 10699 *CompLHSTy = compType; in CheckAdditionOperands() 10704 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands() 10716 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands() 10769 if (CompLHSTy) { in CheckAdditionOperands() 10776 *CompLHSTy = LHSTy; in CheckAdditionOperands() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| D | Sema.h | 11665 BinaryOperatorKind Opc, QualType* CompLHSTy = nullptr); 11668 QualType* CompLHSTy = nullptr);
|