Searched refs:CompLHSTy (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 10601 QualType* CompLHSTy) { in CheckAdditionOperands() argument 10607 LHS, RHS, Loc, CompLHSTy, in CheckAdditionOperands() 10610 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands() 10617 CheckMatrixElementwiseOperands(LHS, RHS, Loc, CompLHSTy); in CheckAdditionOperands() 10618 if (CompLHSTy) in CheckAdditionOperands() 10619 *CompLHSTy = compType; in CheckAdditionOperands() 10624 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands() 10636 if (CompLHSTy) *CompLHSTy = compType; in CheckAdditionOperands() 10689 if (CompLHSTy) { in CheckAdditionOperands() 10696 *CompLHSTy = LHSTy; in CheckAdditionOperands() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 11561 BinaryOperatorKind Opc, QualType* CompLHSTy = nullptr); 11564 QualType* CompLHSTy = nullptr);
|