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

/freebsd-current/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h759 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; member in class:llvm::Pattern::AllowedOperand
H A DFileCheck.cpp414 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) {
434 if (AO == AllowedOperand::LineVar)
709 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any;

Completed in 180 milliseconds