Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp348 static bool collectOperands(const Expr *Part, in collectOperands() function
355 return collectOperands<TExpr>(Operands.first, AllOperands, OpKind) || in collectOperands()
356 collectOperands<TExpr>(Operands.second, AllOperands, OpKind); in collectOperands()
405 if (collectOperands<TExpr>(Operands.first, AllOperands, OpKind)) in markDuplicateOperands()
407 if (collectOperands<TExpr>(Operands.second, AllOperands, OpKind)) in markDuplicateOperands()