Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h785 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
H A DFileCheck.cpp457 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
477 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
750 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()