Searched refs:AllowedOperand (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 404 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand() 408 if (AO != AllowedOperand::Any) in parseNumericOperand() 414 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand() 421 if (AO != AllowedOperand::Any) in parseNumericOperand() 434 if (AO == AllowedOperand::LineVar) in parseNumericOperand() 444 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand() 471 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr() 522 AllowedOperand AO = in parseBinop() 523 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop() 708 AllowedOperand AO = in parseNumericSubstitutionBlock() [all …]
|
| H A D | FileCheckImpl.h | 759 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enum 770 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
|