Home
last modified time | relevance | path

Searched refs:LegacyLiteral (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h758 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
DFileCheck.cpp578 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
660 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()