Home
last modified time | relevance | path

Searched refs:AllowedOperand (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/FileCheck/
H A DFileCheck.cpp537 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
541 if (AO != AllowedOperand::Any) in parseNumericOperand()
547 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
554 if (AO != AllowedOperand::Any) in parseNumericOperand()
567 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
578 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
608 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
659 AllowedOperand AO = in parseBinop()
660 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
835 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
H A DFileCheckImpl.h758 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enum
769 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DFileCheck.cpp503 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
507 if (AO != AllowedOperand::Any) in parseNumericOperand()
513 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
520 if (AO != AllowedOperand::Any) in parseNumericOperand()
533 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
544 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
574 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
631 AllowedOperand AO = in parseBinop()
632 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
789 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
H A DFileCheckImpl.h731 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enum
742 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DFileCheck.cpp503 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
507 if (AO != AllowedOperand::Any) in parseNumericOperand()
513 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
520 if (AO != AllowedOperand::Any) in parseNumericOperand()
533 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
544 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
574 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
625 AllowedOperand AO = in parseBinop()
626 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
783 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
H A DFileCheckImpl.h731 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enum
742 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp556 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
560 if (AO != AllowedOperand::Any) in parseNumericOperand()
566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
573 if (AO != AllowedOperand::Any) in parseNumericOperand()
586 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
627 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
678 AllowedOperand AO = in parseBinop()
679 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
864 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
H A DFileCheckImpl.h808 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enum
819 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/FileCheck/
H A DFileCheck.cpp556 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
560 if (AO != AllowedOperand::Any) in parseNumericOperand()
566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
573 if (AO != AllowedOperand::Any) in parseNumericOperand()
586 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
627 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
678 AllowedOperand AO = in parseBinop()
679 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
864 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
H A DFileCheckImpl.h808 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enum
819 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp537 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
541 if (AO != AllowedOperand::Any) in parseNumericOperand()
547 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
554 if (AO != AllowedOperand::Any) in parseNumericOperand()
567 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
578 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
608 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
659 AllowedOperand AO = in parseBinop()
660 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
835 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
H A DFileCheckImpl.h758 enum class AllowedOperand { LineVar, LegacyLiteral, Any }; enum
769 parseNumericOperand(StringRef &Expr, AllowedOperand AO, bool ConstraintParsed,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp556 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
560 if (AO != AllowedOperand::Any) in parseNumericOperand()
566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
573 if (AO != AllowedOperand::Any) in parseNumericOperand()
586 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
627 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
678 AllowedOperand AO = in parseBinop()
679 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
864 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/FileCheck/
H A DFileCheck.cpp556 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
560 if (AO != AllowedOperand::Any) in parseNumericOperand()
566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
573 if (AO != AllowedOperand::Any) in parseNumericOperand()
586 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
627 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
678 AllowedOperand AO = in parseBinop()
679 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
864 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp556 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
560 if (AO != AllowedOperand::Any) in parseNumericOperand()
566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
573 if (AO != AllowedOperand::Any) in parseNumericOperand()
586 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
627 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
678 AllowedOperand AO = in parseBinop()
679 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
864 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp537 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
541 if (AO != AllowedOperand::Any) in parseNumericOperand()
547 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
554 if (AO != AllowedOperand::Any) in parseNumericOperand()
567 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
578 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
608 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
659 AllowedOperand AO = in parseBinop()
660 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
835 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/FileCheck/
H A DFileCheck.cpp556 StringRef &Expr, AllowedOperand AO, bool MaybeInvalidConstraint, in parseNumericOperand()
560 if (AO != AllowedOperand::Any) in parseNumericOperand()
566 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
573 if (AO != AllowedOperand::Any) in parseNumericOperand()
586 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
597 if (!Expr.consumeInteger((AO == AllowedOperand::LegacyLiteral) ? 10 : 0, in parseNumericOperand()
627 Expr, AllowedOperand::Any, /*MaybeInvalidConstraint=*/false, LineNumber, in parseParenExpr()
678 AllowedOperand AO = in parseBinop()
679 IsLegacyLineExpr ? AllowedOperand::LegacyLiteral : AllowedOperand::Any; in parseBinop()
864 AllowedOperand AO = in parseNumericSubstitutionBlock()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DFileCheck.cpp183 StringRef &Expr, AllowedOperand AO, Optional<size_t> LineNumber, in parseNumericOperand()
185 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
193 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
246 AllowedOperand AO = in parseBinop()
247 IsLegacyLineExpr ? AllowedOperand::Literal : AllowedOperand::Any; in parseBinop()
277 AllowedOperand AO = in parseNumericSubstitutionBlock()
278 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()
H A DFileCheckImpl.h539 enum class AllowedOperand { LineVar, Literal, Any }; enum
548 parseNumericOperand(StringRef &Expr, AllowedOperand AO,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp183 StringRef &Expr, AllowedOperand AO, Optional<size_t> LineNumber, in parseNumericOperand()
185 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
193 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
246 AllowedOperand AO = in parseBinop()
247 IsLegacyLineExpr ? AllowedOperand::Literal : AllowedOperand::Any; in parseBinop()
277 AllowedOperand AO = in parseNumericSubstitutionBlock()
278 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()
H A DFileCheckImpl.h539 enum class AllowedOperand { LineVar, Literal, Any }; enum
548 parseNumericOperand(StringRef &Expr, AllowedOperand AO,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DFileCheck.cpp183 StringRef &Expr, AllowedOperand AO, Optional<size_t> LineNumber, in parseNumericOperand()
185 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
193 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
246 AllowedOperand AO = in parseBinop()
247 IsLegacyLineExpr ? AllowedOperand::Literal : AllowedOperand::Any; in parseBinop()
277 AllowedOperand AO = in parseNumericSubstitutionBlock()
278 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()
H A DFileCheckImpl.h539 enum class AllowedOperand { LineVar, Literal, Any }; enum
548 parseNumericOperand(StringRef &Expr, AllowedOperand AO,
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DFileCheck.cpp194 FileCheckPattern::parseNumericOperand(StringRef &Expr, AllowedOperand AO, in parseNumericOperand()
196 if (AO == AllowedOperand::LineVar || AO == AllowedOperand::Any) { in parseNumericOperand()
203 if (AO == AllowedOperand::LineVar) in parseNumericOperand()
257 AllowedOperand AO = in parseBinop()
258 IsLegacyLineExpr ? AllowedOperand::Literal : AllowedOperand::Any; in parseBinop()
301 AllowedOperand AO = in parseNumericSubstitutionBlock()
302 IsLegacyLineExpr ? AllowedOperand::LineVar : AllowedOperand::Any; in parseNumericSubstitutionBlock()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DFileCheck.h591 enum class AllowedOperand { LineVar, Literal, Any }; enum
597 parseNumericOperand(StringRef &Expr, AllowedOperand AO,

12