Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp658 const Expr *&OperandExpr, BinaryOperatorKind &Opcode, const Expr *&Symbol, in retrieveRelationalIntegerConstantExpr() argument
668 OperandExpr = Bin; in retrieveRelationalIntegerConstantExpr()
675 OperandExpr = Cast; in retrieveRelationalIntegerConstantExpr()
699 OperandExpr = OverloadedOperatorExpr; in retrieveRelationalIntegerConstantExpr()