Home
last modified time | relevance | path

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

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