Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp9410 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckMultiplyDivideOperands()
9439 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckRemainderOperands()
9729 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands()
9824 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckSubtractionOperands()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h10609 ACK_Arithmetic, enumerator