Searched refs:ACK_Arithmetic (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 10297 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckMultiplyDivideOperands() 10326 LHS, RHS, Loc, IsCompAssign ? ACK_CompAssign : ACK_Arithmetic); in CheckRemainderOperands() 10624 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckAdditionOperands() 10728 LHS, RHS, Loc, CompLHSTy ? ACK_CompAssign : ACK_Arithmetic); in CheckSubtractionOperands()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 11361 ACK_Arithmetic, enumerator
|