HomeSort by: relevance | last modified time | path
    Searched refs:AllowedOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 556 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint,
560 if (AO != AllowedOperand::Any)
566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) {
573 if (AO != AllowedOperand::Any)
586 if (AO == AllowedOperand::LineVar)
597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0,
602 if (AO == AllowedOperand::Any && !Expr.consumeInteger(0, SignedLiteralValue))
627 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber,
678 AllowedOperand AO
    [all...]
FileCheckImpl.h 808 enum class AllowedOperand { LineVar, LegacyLiteral, Any };
819 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,

Completed in 21 milliseconds