Searched refs:OverloadedOperatorExpr (Results 1 – 1 of 1) sorted by relevance
602 const auto OverloadedOperatorExpr = in matchRelationalIntegerConstantExpr() local610 NegateNegateRelationalExpr, OverloadedOperatorExpr); in matchRelationalIntegerConstantExpr()675 } else if (const auto *OverloadedOperatorExpr = in retrieveRelationalIntegerConstantExpr() local677 if (canOverloadedOperatorArgsBeModified(OverloadedOperatorExpr, false)) in retrieveRelationalIntegerConstantExpr()680 if (const auto *Arg = OverloadedOperatorExpr->getArg(1)) { in retrieveRelationalIntegerConstantExpr()685 Symbol = OverloadedOperatorExpr->getArg(0); in retrieveRelationalIntegerConstantExpr()686 OperandExpr = OverloadedOperatorExpr; in retrieveRelationalIntegerConstantExpr()687 Opcode = BinaryOperator::getOverloadedOpcode(OverloadedOperatorExpr->getOperator()); in retrieveRelationalIntegerConstantExpr()