Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h808 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
H A DFileCheck.cpp566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
586 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
865 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()