Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3998 bool Expr::isSameComparisonOperand(const Expr* E1, const Expr* E2) { in isSameComparisonOperand() function in Expr
4052 if (!isSameComparisonOperand(Array1->getBase(), Array2->getBase())) in isSameComparisonOperand()
4064 if (!isSameComparisonOperand(Idx1, Idx2)) in isSameComparisonOperand()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1063 if (!Expr::isSameComparisonOperand(DeclExpr1, DeclExpr2)) in checkIncorrectLogicOperator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h971 static bool isSameComparisonOperand(const Expr* E1, const Expr* E2);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp11469 if (Expr::isSameComparisonOperand(LHS, RHS)) { in diagnoseTautologicalComparison()