Home
last modified time | relevance | path

Searched defs:RhsConstant (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1114 uint64_t RhsConstant = RhsValue.getZExtValue(); checkBitwiseExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9946 CheckTautologicalComparison(Sema & S,BinaryOperator * E,Expr * Constant,Expr * Other,const llvm::APSInt & Value,bool RhsConstant) CheckTautologicalComparison() argument
10134 const bool RhsConstant = (bool)RHSValue; AnalyzeComparison() local
[all...]