Lines Matching refs:AllowedOperand
537 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
541 if (AO != AllowedOperand::Any) in parseNumericOperand()
547 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
554 if (AO != AllowedOperand::Any) in parseNumericOperand()
567 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
578 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
583 if (AO == AllowedOperand::Any && !Expr.consumeInteger(0, SignedLiteralValue)) in parseNumericOperand()
608 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
659 AllowedOperand AO = in parseBinop()
660 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
704 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseCallExpr()
835 AllowedOperand AO = in parseNumericSubstitutionBlock()
836 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()