Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp349 static bool collectOperands(const Expr *Part, in collectOperands() function
356 return collectOperands<TExpr>(Operands.first, AllOperands, OpKind) || in collectOperands()
357 collectOperands<TExpr>(Operands.second, AllOperands, OpKind); in collectOperands()
406 if (collectOperands<TExpr>(Operands.first, AllOperands, OpKind)) in markDuplicateOperands()
408 if (collectOperands<TExpr>(Operands.second, AllOperands, OpKind)) in markDuplicateOperands()