Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10332 if ((OperationKind == ACK_Arithmetic) && in CheckSizelessVectorOperands()
10502 ACK_Arithmetic); in CheckMultiplyDivideOperands()
10512 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckMultiplyDivideOperands()
10547 ACK_Arithmetic); in CheckRemainderOperands()
10553 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckRemainderOperands()
10864 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckAdditionOperands()
10880 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands()
10987 CheckSizelessVectorOperands(LHS, RHS, Loc, CompLHSTy, ACK_Arithmetic); in CheckSubtractionOperands()
11003 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckSubtractionOperands()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7404 ACK_Arithmetic, enumerator