Searched refs:ACK_Comparison (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1464 } else if (ACK == Sema::ACK_Comparison) { in checkEnumArithmeticConversions() 11594 S.UsualArithmeticConversions(LHS, RHS, Loc, Sema::ACK_Comparison); in checkArithmeticOrEnumeralThreeWayCompare() 11627 S.UsualArithmeticConversions(LHS, RHS, Loc, Sema::ACK_Comparison); in checkArithmeticOrEnumeralCompare()
|
| H A D | SemaChecking.cpp | 6099 OrigArg0, OrigArg1, TheCall->getExprLoc(), ACK_Comparison); in SemaBuiltinUnorderedCompare()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 11365 ACK_Comparison, enumerator
|