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.cpp4193 bool Expr::isSameComparisonOperand(const Expr* E1, const Expr* E2) { in isSameComparisonOperand() function in Expr
4247 if (!isSameComparisonOperand(Array1->getBase(), Array2->getBase())) in isSameComparisonOperand()
4259 if (!isSameComparisonOperand(Idx1, Idx2)) in isSameComparisonOperand()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1093 Expr::isSameComparisonOperand(Negate->getSubExpr(), E2)) { in checkIncorrectLogicOperator()
1135 if (!Expr::isSameComparisonOperand(DeclExpr1, DeclExpr2)) in checkIncorrectLogicOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1024 static bool isSameComparisonOperand(const Expr* E1, const Expr* E2);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11745 if (Expr::isSameComparisonOperand(LHS, RHS)) { in diagnoseTautologicalComparison()