Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheckImpl.h539 enum class AllowedOperand { LineVar, Literal, Any }; enumerator
DFileCheck.cpp185 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
193 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
278 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheckImpl.h758 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enumerator
DFileCheck.cpp547 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
567 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
836 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()