Home
last modified time | relevance | path

Searched refs:isSameComparisonOperand (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp4024 bool Expr::isSameComparisonOperand(const Expr* E1, const Expr* E2) { in isSameComparisonOperand() function in Expr
4078 if (!isSameComparisonOperand(Array1->getBase(), Array2->getBase())) in isSameComparisonOperand()
4090 if (!isSameComparisonOperand(Idx1, Idx2)) in isSameComparisonOperand()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp1067 if (!Expr::isSameComparisonOperand(DeclExpr1, DeclExpr2)) in checkIncorrectLogicOperator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h984 static bool isSameComparisonOperand(const Expr* E1, const Expr* E2);
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp12068 if (Expr::isSameComparisonOperand(LHS, RHS)) { in diagnoseTautologicalComparison()