Searched defs:RhsConstant (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clang-tidy/misc/ | ||
H A D | RedundantExpressionCheck.cpp | 1114 uint64_t RhsConstant = RhsValue.getZExtValue(); checkBitwiseExpr() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 9946 CheckTautologicalComparison(Sema & S,BinaryOperator * E,Expr * Constant,Expr * Other,const llvm::APSInt & Value,bool RhsConstant) CheckTautologicalComparison() argument |