Searched refs:ACK_Arithmetic (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 11330 if ((OperationKind == ACK_Arithmetic) && in CheckSizelessVectorOperands() 11500 ACK_Arithmetic); in CheckMultiplyDivideOperands() 11510 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckMultiplyDivideOperands() 11545 ACK_Arithmetic); in CheckRemainderOperands() 11551 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckRemainderOperands() 11862 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckAdditionOperands() 11878 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands() 11977 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckSubtractionOperands() 11993 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckSubtractionOperands()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12744 ACK_Arithmetic, enumerator
|