Lines Matching refs:AO
537 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand() argument
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()
659 AllowedOperand AO = in parseBinop() local
662 parseNumericOperand(RemainingExpr, AO, /*MaybeInvalidConstraint=*/false, in parseBinop()
835 AllowedOperand AO = in parseNumericSubstitutionBlock() local
838 Expr, AO, !HasParsedValidConstraint, LineNumber, Context, SM); in parseNumericSubstitutionBlock()