Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DBranchCloneCheck.cpp21 static bool areStatementsIdentical(const Stmt *LHS, const Stmt *RHS, in areStatementsIdentical() function
48 if (!areStatementsIdentical(LHS[i]->stripLabelLikeStatements(), in areSwitchBranchesIdentical()
84 if (areStatementsIdentical(Then->IgnoreContainers(), in check()
126 !areStatementsIdentical(Branches[i]->IgnoreContainers(), in check()
155 if (areStatementsIdentical(CO->getTrueExpr(), CO->getFalseExpr(), Context)) in check()