Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4220 bool Expr::isSameComparisonOperand(const Expr* E1, const Expr* E2) { in isSameComparisonOperand() function in Expr
4274 if (!isSameComparisonOperand(Array1->getBase(), Array2->getBase())) in isSameComparisonOperand()
4286 if (!isSameComparisonOperand(Idx1, Idx2)) in isSameComparisonOperand()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1121 Expr::isSameComparisonOperand(Negate->getSubExpr(), E2)) { in checkIncorrectLogicOperator()
1163 if (!Expr::isSameComparisonOperand(DeclExpr1, DeclExpr2)) in checkIncorrectLogicOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1027 static bool isSameComparisonOperand(const Expr* E1, const Expr* E2);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12007 if (Expr::isSameComparisonOperand(BO->getLHS(), RHS)) in isTautologicalBoundsCheck()
12009 else if (Expr::isSameComparisonOperand(BO->getRHS(), RHS)) in isTautologicalBoundsCheck()
12086 if (Expr::isSameComparisonOperand(LHS, RHS)) { in diagnoseTautologicalComparison()