Lines Matching defs:AO
410 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint,
414 if (AO != AllowedOperand::Any)
420 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) {
427 if (AO != AllowedOperand::Any)
440 if (AO == AllowedOperand::LineVar)
450 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0,
528 AllowedOperand AO =
531 parseNumericOperand(RemainingExpr, AO, /*MaybeInvalidConstraint=*/false,
712 AllowedOperand AO =
715 Expr, AO, !HasParsedValidConstraint, LineNumber, Context, SM);